doc.yml: Updated the workflow to use version v4 of the actions/upload-artifact
This commit is contained in:
parent
5f75c0ad84
commit
6edd1e3f7d
|
@ -44,7 +44,7 @@ jobs:
|
||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
pipenv install
|
pipenv install
|
||||||
pipenv run make html latexpdf
|
pipenv run make html latexpdf
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sphinx-docs
|
name: sphinx-docs
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in New Issue