Skip to content

Commit a203767

Browse files
author
Vic Shóstak
committed
Fix actions/upload-pages-artifact@v3
1 parent 0bb7394 commit a203767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vitepress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
bun run build
4343
touch docs/.vitepress/dist/.nojekyll
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v2
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
path: docs/.vitepress/dist
4848

0 commit comments

Comments
 (0)