Skip to content

Commit fb8d26e

Browse files
authored
Merge pull request #84 from RoseSecurity/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v5
2 parents 602bcca + 91417da commit fb8d26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
3333
# format to the repository Actions tab.
3434
- name: "Upload artifact"
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v5
3636
with:
3737
name: SARIF file
3838
path: results.sarif

0 commit comments

Comments
 (0)