doc.yml: Updated the workflow to use version v4 of the actions/upload-artifact

This commit is contained in:
simbit18 2024-07-23 11:55:40 +02:00 committed by Xiang Xiao
parent 5f75c0ad84
commit 6edd1e3f7d
1 changed files with 1 additions and 1 deletions

View File

@ -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: |