From 2d0fef1aa8ee0cf23494a58819cc0a64f9b38a82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 23:19:27 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/scripts-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts-checks.yaml b/.github/workflows/scripts-checks.yaml index be67285ad..66e19af41 100644 --- a/.github/workflows/scripts-checks.yaml +++ b/.github/workflows/scripts-checks.yaml @@ -37,7 +37,7 @@ jobs: - if: always() name: Upload artifact with ShellCheck defects in SARIF format - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 with: name: Differential ShellCheck SARIF path: ${{ steps.ShellCheck.outputs.sarif }}