We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a308d3b commit 794bc09Copy full SHA for 794bc09
1 file changed
.github/workflows/website.yml
@@ -68,7 +68,7 @@ jobs:
68
working-directory: book
69
70
- name: Upload artifact
71
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
72
with:
73
name: book
74
path: book/dist
@@ -92,7 +92,7 @@ jobs:
92
fetch-depth: 0
93
94
- name: Download artifacts
95
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
96
97
path: dist
98
merge-multiple: true
0 commit comments