diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index e268aa1..165d1aa 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -38,7 +38,7 @@ jobs: - if: ${{ always() }} name: 📤 Upload artifact with shell-check defects in SARIF format - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: Differential shell-check SARIF path: ${{ steps.shellcheck.outputs.sarif }}