We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfab9e7 commit 703de94Copy full SHA for 703de94
1 file changed
.github/workflows/website.yml
@@ -64,7 +64,7 @@ jobs:
64
working-directory: book
65
66
- name: Upload artifact
67
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
68
with:
69
name: book
70
path: book/book
@@ -88,7 +88,7 @@ jobs:
88
fetch-depth: 0
89
90
- name: Download artifacts
91
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
92
93
path: dist
94
merge-multiple: true
0 commit comments