Skip to content

Commit

Permalink
use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Oct 11, 2024
1 parent 19ee95d commit df7eb30
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 @@ -35,7 +35,7 @@ jobs:
- run: npm run check-format
- run: npm run build
- name: Save build output
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: built-output
path: ./dist
Expand Down

0 comments on commit df7eb30

Please sign in to comment.