We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed129c commit 2a087d5Copy full SHA for 2a087d5
1 file changed
.github/workflows/website.yml
@@ -63,7 +63,7 @@ jobs:
63
working-directory: book
64
65
- name: Upload artifact
66
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
67
with:
68
name: book
69
path: book/dist
@@ -85,7 +85,7 @@ jobs:
85
fetch-depth: 0
86
87
- name: Download artifacts
88
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
89
90
path: dist
91
merge-multiple: true
0 commit comments