We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e522c5 commit 8d5dc22Copy full SHA for 8d5dc22
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@v7
+ uses: actions/download-artifact@v8
46
with:
47
name: documentation
48
- run: rm -rf ./docs # delete previous docs folder present
0 commit comments