We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cff91 commit 2c31aebCopy full SHA for 2c31aeb
1 file changed
.github/workflows/publish-docs.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- run: mkdir -p ./docs
37
- name: Download the existing documents artifact
38
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
39
with:
40
name: documentation
41
- run: tar -xf documentation.tar -C ./docs
@@ -69,7 +69,7 @@ jobs:
69
70
71
- name: Download the new documents artifact
72
73
74
name: newdocumentation
75
- run: tar -xf newdocumentation.tar -C ./docs
0 commit comments