Skip to content

Commit

Permalink
Use download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Oct 11, 2024
1 parent 308cd9e commit 7d8a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Load saved build output
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: built-output
path: ./dist
Expand Down

0 comments on commit 7d8a8b3

Please sign in to comment.