Skip to content

Commit 4cba4c2

Browse files
committed
deploy: use latest deploy artifact action
1 parent 8b7980a commit 4cba4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build
2626
run: yarn docs:build
2727
- uses: actions/configure-pages@v2
28-
- uses: actions/upload-pages-artifact@v1
28+
- uses: actions/upload-pages-artifact@v4
2929
with:
3030
path: docs/.vitepress/dist
3131
- name: Deploy

0 commit comments

Comments
 (0)