We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d332c51 commit 4c79794Copy full SHA for 4c79794
.github/workflows/build-doc-site.yml
@@ -28,7 +28,7 @@ jobs:
28
cd ./doc/mkdocs
29
mkdocs build
30
- name: Upload Artifact
31
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
32
with:
33
# location of the coverage artifacts
34
path: "./doc/mkdocs/site"
0 commit comments