Skip to content

Commit

Permalink
Update upload artifacts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMahieu authored Jan 16, 2025
1 parent 24f2295 commit 706d3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
- name: Upload Documentation Artifacts (HTML Pages)
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sphinx-docs
path: docs/_build/html

- name: Upload Log if Build Failed
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sphinx-output-log
path: docs/sphinx-output.log

0 comments on commit 706d3be

Please sign in to comment.