Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (sclorg#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 2, 2024
1 parent ec1a127 commit 2cbf160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/differential-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 }}
Expand Down

0 comments on commit 2cbf160

Please sign in to comment.