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