Skip to content

Commit

Permalink
Merge pull request #484 from niaid/fix/gha_artifact
Browse files Browse the repository at this point in the history
bump to upload artifact v4
  • Loading branch information
philipmac authored Nov 4, 2024
2 parents 07133e5 + 8856327 commit 7a05f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
make -C docs html
- name: Upload documentation
if: github.event_name == 'push'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: sphinx-docs
path: docs/_build/html
Expand Down

0 comments on commit 7a05f7e

Please sign in to comment.