diff --git a/.github/workflows/shell-ci.yml b/.github/workflows/shell-ci.yml index 1f9530d..1e219b7 100644 --- a/.github/workflows/shell-ci.yml +++ b/.github/workflows/shell-ci.yml @@ -31,7 +31,7 @@ jobs: - if: ${{ always() }} name: Upload artifact with ShellCheck defects in SARIF format - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: Differential ShellCheck SARIF path: ${{ steps.ShellCheck.outputs.sarif }}