Skip to content

Commit

Permalink
upgrade git actions to upload-artifact@v4
Browse files Browse the repository at this point in the history
Signed-off-by: saypaul <[email protected]>
  • Loading branch information
say-paul committed Feb 3, 2025
1 parent 283683e commit 4e9e152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 4e9e152

Please sign in to comment.