We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd97f3b commit 2791d44Copy full SHA for 2791d44
.github/workflows/differential-shellcheck.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- if: ${{ runner.debug == '1' && !cancelled() }}
34
name: Upload artifact with ShellCheck defects in SARIF format
35
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
36
with:
37
name: Differential ShellCheck SARIF
38
path: ${{ steps.ShellCheck.outputs.sarif }}
0 commit comments