Skip to content

Commit

Permalink
Update(ci): github action's artifact upgrade v4 (#435)
Browse files Browse the repository at this point in the history
* Update (ci): github action's artifact upgrade due to EOL for versions less than v4
* Apply suggestions from code review

---------

Co-authored-by: Jirka Borovec <[email protected]>
  • Loading branch information
alleeclark and Borda authored Dec 17, 2024
1 parent 0a97def commit bd116a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4 # deploy needs git credentials
- name: Download prepared docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs-html-${{ github.sha }}
path: docs/build/html
Expand Down

0 comments on commit bd116a4

Please sign in to comment.