Skip to content

Commit

Permalink
Merge pull request #31 from bboozzoo/bboozzoo/download-artifact-update
Browse files Browse the repository at this point in the history
github: update deploy to use download-artifact@v4
  • Loading branch information
bboozzoo authored Nov 27, 2024
2 parents fe8e3b2 + 3f5e120 commit 4b55dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- name: Prepare the artifacts
run: |
Expand Down

0 comments on commit 4b55dba

Please sign in to comment.