We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64e2c07 + c0b2db2 commit c3913c9Copy full SHA for c3913c9
1 file changed
.github/workflows/deploy_docs.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Build with VitePress
47
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
48
- name: Upload artifact
49
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
50
with:
51
path: docs/.vitepress/dist
52
0 commit comments