From b07d55bdc46e0b6cb18636f0e372c58c42bf4367 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 06:37:45 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.1.9 --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b5ee3cae3..be4fc9ea3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -72,14 +72,14 @@ jobs: run: ./scripts/package-helm - name: Download the amd64 artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 # https://github.com/actions/download-artifact/releases/tag/v4.1.7 with: name: webhook-artifacts-amd64 path: dist/artifacts - name: Download the arm64 artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 # https://github.com/actions/download-artifact/releases/tag/v4.1.7 with: name: webhook-artifacts-arm64 @@ -116,7 +116,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Download the artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 # https://github.com/actions/download-artifact/releases/tag/v4.1.7 with: name: webhook-artifacts-${{ matrix.arch }} @@ -183,7 +183,7 @@ jobs: needs: image steps: - name: Download digests - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 # https://github.com/actions/download-artifact/releases/tag/v4.1.7 with: path: /tmp/digests