We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183941b commit 263601aCopy full SHA for 263601a
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@v6
+ uses: actions/upload-artifact@v7
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@v7
+ uses: actions/download-artifact@v8
92
93
path: dist
94
merge-multiple: true
0 commit comments