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
|
||||
pipenv install
|
||||
pipenv run make html latexpdf
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sphinx-docs
|
||||
path: |
|
||||
|
|
Loading…
Reference in New Issue