diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 2a01f7e..ca5dac1 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -35,7 +35,7 @@ jobs: - if: always() 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 }}