We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71593d7 commit d3b2091Copy full SHA for d3b2091
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@v5
+ uses: actions/download-artifact@v7
74
with:
75
name: html-${{ github.sha }}
76
path: _build/html
0 commit comments