We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309073a commit 3a4d856Copy full SHA for 3a4d856
1 file changed
.github/workflows/generate-documentation.yml
@@ -72,7 +72,7 @@ jobs:
72
contents: write # Push to gh-pages
73
steps:
74
- name: Download
75
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
76
with:
77
name: documentation-${{github.sha}}
78
- name: Push to gh-pages
0 commit comments