Skip to content

Commit

Permalink
chore(actions): Bump artifact uploader version
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaLiu authored Jan 31, 2025
1 parent a9e459f commit 974f7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
run: npm run build

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: './docs/.vuepress/dist'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 974f7ce

Please sign in to comment.