We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87acccd commit 71593d7Copy full SHA for 71593d7
1 file changed
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
# or preview the website in a PR.
51
- name: Upload HTML website as an artifact
52
if: success()
53
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
54
with:
55
name: html-${{ github.sha }}
56
path: _build/html
0 commit comments