Skip to content

Commit

Permalink
fix: upgrade actions/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
samwel141 committed Nov 19, 2024
1 parent bbd6c79 commit 20f7085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download bundled client resources
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: client-bundle
path: build-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
echo "s3: ${{ needs.prepare.outputs.S3_BUCKET_SECRET_NAME }}"
echo "cdn: ${{ needs.prepare.outputs.CDN_ID_SECRET_NAME }}"
- name: Download bundled frontend resources
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: frontend-bundle
path: build
Expand Down

0 comments on commit 20f7085

Please sign in to comment.