From 6051c5b24c37c93d038bd7390dea9d47bb36e51c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:51:01 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-live.yml | 2 +- .github/workflows/deploy-preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-live.yml b/.github/workflows/deploy-live.yml index 0ccbd4823..5207018dd 100644 --- a/.github/workflows/deploy-live.yml +++ b/.github/workflows/deploy-live.yml @@ -49,7 +49,7 @@ jobs: node-version: "18" cache: "yarn" - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: build diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 569c57acb..c6a917301 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -129,7 +129,7 @@ jobs: node-version: "18" cache: "yarn" - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: build