Skip to content

Commit

Permalink
update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
takanotume24 committed Sep 15, 2024
1 parent 7d37647 commit 4d010f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
npm run build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: ./dist
Expand Down

0 comments on commit 4d010f3

Please sign in to comment.