Skip to content

Commit

Permalink
Merge pull request #228 from discsim/docs_fix
Browse files Browse the repository at this point in the history
updated upload-artifact
  • Loading branch information
rbooth200 authored Sep 4, 2024
2 parents cccd148 + 4d70d96 commit 6d696e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# only store the artifact for 'retention-days'
- name: Upload docs artifact
if: github.event.pull_request.merged == true
uses: actions/upload-artifact@v4.1.7
uses: actions/upload-artifact@v4.4.0
with:
name: built_docs
path: docs/_build/html
Expand Down

0 comments on commit 6d696e2

Please sign in to comment.