From e227de6796271ed73712ef3bdec8cc16dfd0967c Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 04:37:59 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.6.0 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 77bfaa44a..ae7e3e80c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,7 +51,7 @@ jobs: - name: Upload artifacts # https://github.com/actions/upload-artifact/commit/65462800fd760344b1a7b4382951275a0abb4808 - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: webhook-artifacts-${{ matrix.arch }} path: | @@ -168,7 +168,7 @@ jobs: touch "/tmp/digests/${digest#sha256:}" - name: Upload digest - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 # https://github.com/actions/upload-artifact/releases/tag/v4.3.3 with: name: digests-${{ matrix.arch }}