From 16e5b6921dbabe55acf274ef4d9dca333c2fc9e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:45:58 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.6.0 Signed-off-by: renovate[bot] --- .github/workflows/buildx-stage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildx-stage.yaml b/.github/workflows/buildx-stage.yaml index b5ac875e..eedb055a 100644 --- a/.github/workflows/buildx-stage.yaml +++ b/.github/workflows/buildx-stage.yaml @@ -143,7 +143,7 @@ jobs: - name: upload patch if: ${{ inputs.patch-cmd != '' }} - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ inputs.name }}.patch path: ${{ inputs.name }}.patch