Skip to content

Commit

Permalink
Update actions/download-artifact action to v3 (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 4, 2022
1 parent 27d84cc commit 0917657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_publish_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
id: previous_tag
uses: rickstaa/action-get-semver@v1
- name: Download the build documentation
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: html-docs
path: docs/build/html
Expand Down

0 comments on commit 0917657

Please sign in to comment.