From 4999064a293df5278757f27b7da45096b54cf500 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:09:21 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}