Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 2 to 3 (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 04b1d17 commit c58faf4
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 @@ -85,7 +85,7 @@ jobs:
- run: pnpm install --frozen-lockfile
working-directory: infrastructure/application
- name: Download Build Artifact
uses: actions/download-artifact@v2
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 @@ -87,7 +87,7 @@ jobs:
- run: pnpm install --frozen-lockfile
working-directory: infrastructure/application
- name: Download Build Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: build
path: ./editor.planx.uk/build
Expand Down

0 comments on commit c58faf4

Please sign in to comment.