Skip to content

Commit

Permalink
doc.yml: Updated the workflow to use version v4 of the actions/upload…
Browse files Browse the repository at this point in the history
…-artifact
  • Loading branch information
simbit18 authored and xiaoxiang781216 committed Jul 23, 2024
1 parent 5f75c0a commit 6edd1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6edd1e3

Please sign in to comment.