We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96abf2a commit 4701a26Copy full SHA for 4701a26
.github/workflows/docs.yml
@@ -83,7 +83,7 @@ jobs:
83
conda run -n build_binary make html
84
cd ..
85
- name: Upload Built-Docs
86
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
87
with:
88
name: Built-Docs
89
path: docs/build/html/
0 commit comments