There was an error while loading. Please reload this page.
1 parent 69c756c commit 7365b5fCopy full SHA for 7365b5f
1 file changed
.github/workflows/documentation.yaml
@@ -29,12 +29,12 @@ jobs:
29
python -m pip install -r docs/requirements.txt
30
- name: Build docs
31
run: ./.github/jobs/build_documentation.sh
32
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
33
if: always()
34
with:
35
name: documentation
36
path: artifact/documentation
37
38
if: failure()
39
40
name: documentation_warnings.log
0 commit comments