We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfedee commit 2e522c5Copy full SHA for 2e522c5
1 file changed
.github/workflows/publish-docs.yml
@@ -24,7 +24,7 @@ jobs:
24
tar -cvf documentation.tar ./
25
26
- name: create a document artifact
27
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
28
with:
29
name: documentation
30
path: documentation.tar
0 commit comments