Skip to content

Commit

Permalink
Revert "chore(deps): bump actions/download-artifact from 3 to 4 (#2621)"
Browse files Browse the repository at this point in the history
This reverts commit c3e5618.
  • Loading branch information
jessicamcinchak authored Jan 2, 2024
1 parent 421200b commit f2001ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2001ab

Please sign in to comment.