Skip to content

Commit

Permalink
chore: upgrade to actions/upload-artifact@v4 (#52)
Browse files Browse the repository at this point in the history
Artifact actions v3 will be closing down by January 30, 2025.

Signed-off-by: Andrei Aaron <[email protected]>
  • Loading branch information
andaaron authored Dec 19, 2024
1 parent 670a745 commit 6eb0b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@v3 # v3.0.0
uses: actions/upload-artifact@v4
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit 6eb0b9d

Please sign in to comment.