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 124e6a7 commit a7e117bCopy full SHA for a7e117b
.github/workflows/build.yaml
@@ -21,7 +21,7 @@ jobs:
21
python -m pip install -e .[docs]
22
sphinx-build -b html docs/ docs/_build
23
- name: Upload artifact
24
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
25
with:
26
name: docs
27
path: docs/_build/
0 commit comments