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 7893f2b commit b6c4815Copy full SHA for b6c4815
1 file changed
.github/workflows/website.yml
@@ -66,7 +66,7 @@ jobs:
66
working-directory: book
67
68
- name: Upload artifact
69
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
70
with:
71
name: book
72
path: book/book
@@ -90,7 +90,7 @@ jobs:
90
fetch-depth: 0
91
92
- name: Download artifacts
93
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
94
95
path: dist
96
merge-multiple: true
0 commit comments