We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3fc2a commit 0a17240Copy full SHA for 0a17240
1 file changed
.github/workflows/publish-docs.yml
@@ -42,7 +42,7 @@ jobs:
42
token: ${{ github.token }}
43
44
- name: Download the existing documents artifact
45
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
46
with:
47
name: documentation
48
- run: rm -rf ./docs # delete previous docs folder present
0 commit comments