We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 087d33f + 087077a commit 385d42cCopy full SHA for 385d42c
1 file changed
.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@v4
+ uses: actions/upload-pages-artifact@v5
33
with:
34
path: .vitepress/dist
35
0 commit comments