We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f5258 commit d437276Copy full SHA for d437276
.github/workflows/documentation.yml
@@ -46,7 +46,7 @@ jobs:
46
run: python -m sphinx -b html doc ./doc_build -d ./doc_build
47
48
- name: Upload build artifacts # upload artifacts so reviewers can have a quick look without building documentation from the branch locally
49
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
50
if: success() && github.event_name == 'pull_request' # only for pushes in PR
51
with:
52
name: site-build
0 commit comments