diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index e8a5dc402e..fe19fc38c1 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@v4 + uses: actions/download-artifact@v3 with: name: build path: ./editor.planx.uk/build diff --git a/.github/workflows/push-production.yml b/.github/workflows/push-production.yml index ef3c8b80b5..b145e07836 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@v4 + uses: actions/download-artifact@v3 with: name: build path: ./editor.planx.uk/build