Skip to content

Commit

Permalink
docs.yml: increment docs dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Jun 24, 2024
1 parent de453c1 commit e119be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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
with:
name: built_docs
path: docs/_build/html
Expand All @@ -80,7 +80,7 @@ jobs:

# download the previously uploaded 'built_docs' artifact
- name: Download docs artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: download
with:
name: built_docs
Expand Down

0 comments on commit e119be2

Please sign in to comment.