Skip to content

Commit 055bb33

Browse files
committed
update github action tool version
1 parent 3667788 commit 055bb33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
yarn build
2121
2222
- name: Upload artifact
23-
uses: actions/upload-pages-artifact@v1
23+
uses: actions/upload-pages-artifact@v3
2424
with:
2525
path: docs/.vuepress/dist
2626

@@ -36,4 +36,4 @@ jobs:
3636
steps:
3737
- name: Deploy to GitHub Pages
3838
id: deployment
39-
uses: actions/deploy-pages@v2
39+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)