Skip to content

Commit d37a87e

Browse files
authored
fix: update upload-artifact-version to v4 and artifact name in scorecard workflow (#1301)
Signed-off-by: Sahil Kamble <[email protected]>
1 parent f2746cd commit d37a87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
62+
uses: actions/upload-artifact@v4
6363
with:
64-
name: SARIF file
64+
name: sarif-file
6565
path: results.sarif
6666
retention-days: 5
6767

0 commit comments

Comments
 (0)