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