We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6c149 commit 1e2a45aCopy full SHA for 1e2a45a
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@v4
+ uses: actions/upload-artifact@v5
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@v5
+ uses: actions/download-artifact@v6
93
94
path: dist
95
merge-multiple: true
0 commit comments