From 5465b3e2bce92716429a1ce9d263dde5e32e39e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:39:14 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 4 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] --- .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