Skip to content

Commit

Permalink
Merge pull request #227 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 da62b9a + 166477f commit cccd148
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@v3
uses: actions/upload-artifact@v4.1.7
with:
name: built_docs
path: docs/_build/html
Expand Down

0 comments on commit cccd148

Please sign in to comment.