From 851f211096498cc624f95e6523ceae5d618b7909 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 19:13:20 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.8 --- .github/workflows/build_benchmark.yml | 2 +- .github/workflows/build_preview.yml | 2 +- .github/workflows/build_release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_benchmark.yml b/.github/workflows/build_benchmark.yml index 68c6d1fee7..0f6df78740 100644 --- a/.github/workflows/build_benchmark.yml +++ b/.github/workflows/build_benchmark.yml @@ -98,7 +98,7 @@ jobs: - build-app steps: - name: Download artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: merge-multiple: true diff --git a/.github/workflows/build_preview.yml b/.github/workflows/build_preview.yml index 8497fa3a37..13fac0ca11 100644 --- a/.github/workflows/build_preview.yml +++ b/.github/workflows/build_preview.yml @@ -170,7 +170,7 @@ jobs: - build-app steps: - name: Download artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: merge-multiple: true diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 30152e6710..1a4e2455e1 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -146,7 +146,7 @@ jobs: - build-app steps: - name: Download artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: merge-multiple: true