diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index ca5dac1..fecacd5 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@v6 + uses: actions/upload-artifact@v7 with: name: Differential ShellCheck SARIF path: ${{ steps.ShellCheck.outputs.sarif }}