Skip to content

Commit

Permalink
Bump upload-artifact version to v3 in order to fix deprecated error o…
Browse files Browse the repository at this point in the history
…n build-docs.

`This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/`
  • Loading branch information
erikamov committed Nov 26, 2024
1 parent 4a2ef45 commit 23d9912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Build jupyter book
run: jb build docs --warningiserror --keep-going # set doc to fail on any sphinx warning
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: always()
with:
name: docs-build
Expand Down

0 comments on commit 23d9912

Please sign in to comment.