Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 12, 2024
1 parent f4aae8f commit 95e8d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/sphinx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
poetry run sphinx-build -b html ${{ inputs.sphinx-folder || 'book/sphinx' }} artifacts/sphinx
- name: Archive sphinx documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sphinx
path: artifacts/sphinx
Expand Down

0 comments on commit 95e8d51

Please sign in to comment.