We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e594796 commit 49fd1afCopy full SHA for 49fd1af
1 file changed
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
71
# Fetch the built HTML from the build job
72
- name: Download HTML artifact
73
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
74
with:
75
name: html-${{ github.sha }}
76
path: _build/html
0 commit comments