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.
1 parent ba985b3 commit 86dfce1Copy full SHA for 86dfce1
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: upload build artifact
31
if: github.event_name == 'push'
32
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
33
with:
34
path: .vitepress/dist
35
0 commit comments