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 423f1ca + e55bbc4 commit 7284f29Copy full SHA for 7284f29
1 file changed
.github/workflows/deploy-docs.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Build with VitePress
54
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
55
- name: Upload artifact
56
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
57
with:
58
path: .vitepress/dist
59
0 commit comments