diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index 9448541..203adef 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -32,7 +32,7 @@ jobs: - if: ${{ runner.debug == '1' && !cancelled() }} name: Upload artifact with ShellCheck defects in SARIF format - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Differential ShellCheck SARIF path: ${{ steps.ShellCheck.outputs.sarif }}