Skip to content

Commit 65d3016

Browse files
scorecard.yml: update actions/upload-artifact to v4
1 parent 8ec9d01 commit 65d3016

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
@@ -39,7 +39,7 @@ jobs:
3939
repo_token: ${{ secrets.SCORECARD_TOKEN }}
4040
publish_results: true
4141
- name: "Upload artifact"
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: SARIF file
4545
path: results.sarif

0 commit comments

Comments
 (0)