From c947c135474735ced1d440ad56a86d44e67b0e6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:52:16 +0100 Subject: [PATCH] ci(deps): update actions/download-artifact action to v4.1.2 (#1228) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-and-push-component.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push-component.yaml b/.github/workflows/build-and-push-component.yaml index bff5ba140..973fd2fa1 100644 --- a/.github/workflows/build-and-push-component.yaml +++ b/.github/workflows/build-and-push-component.yaml @@ -126,7 +126,7 @@ jobs: - build-and-push steps: - name: Download digests - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4 + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 with: pattern: ${{ needs.build-vars.outputs.digests-cache-name }}-* merge-multiple: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e7658d6b1..82366dc36 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -131,7 +131,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4 + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 with: name: artifacts path: dist