Skip to content

Commit 67a0cc5

Browse files
authored
Merge pull request #367 from frobware/switch-to-v4-upload-artefact
ci: upgrade upload-artifact action to v4 in scorecard workflow
2 parents 6f7f9d2 + fc76814 commit 67a0cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6161
# format to the repository Actions tab.
6262
- name: "Upload artifact"
63-
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: SARIF file
6666
path: results.sarif

0 commit comments

Comments
 (0)