Skip to content

Commit

Permalink
Update the actions/upload-artifact version (#3389)
Browse files Browse the repository at this point in the history
Version 3 is planned to be deprecated on December 5, 2024.
  • Loading branch information
psss authored Dec 3, 2024
1 parent 6121919 commit ebf02ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- if: ${{ always() }}
name: Upload artifact with ShellCheck defects in SARIF format
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Differential ShellCheck SARIF
path: ${{ steps.ShellCheck.outputs.sarif }}

0 comments on commit ebf02ad

Please sign in to comment.