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 bfea66e commit 503a7f6Copy full SHA for 503a7f6
.github/workflows/ci_cd.yml
@@ -89,7 +89,7 @@ jobs:
89
xvfb-run make -C doc linkcheck
90
91
- name: Upload HTML Documentation
92
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
93
with:
94
name: documentation-html
95
path: doc/_build/html
.github/workflows/ci_cd_nightly.yml
@@ -105,7 +105,7 @@ jobs:
105
xvfb-run mechanical-env make -C doc html
106
107
108
109
110
111
0 commit comments