From c3e5618c5a56cd67c055f5cafde98cc1d0428838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:34:16 +0100 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 4 (#2621) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/push-main.yml | 2 +- .github/workflows/push-production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index 3b314089c2..3d6cbce484 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -87,7 +87,7 @@ jobs: - run: pnpm install --frozen-lockfile working-directory: infrastructure/application - name: Download Build Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: ./editor.planx.uk/build diff --git a/.github/workflows/push-production.yml b/.github/workflows/push-production.yml index a757fd612e..58b97a68db 100644 --- a/.github/workflows/push-production.yml +++ b/.github/workflows/push-production.yml @@ -89,7 +89,7 @@ jobs: - run: pnpm install --frozen-lockfile working-directory: infrastructure/application - name: Download Build Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: ./editor.planx.uk/build