Skip to content

Commit 636b725

Browse files
committed
Bump upload-artifact version to v3 in order to fix deprecated error on 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/`
1 parent 11f8a5d commit 636b725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build jupyter book
3131
run: jb build docs --warningiserror --keep-going # set doc to fail on any sphinx warning
32-
- uses: actions/upload-artifact@v2
32+
- uses: actions/upload-artifact@v3
3333
if: always()
3434
with:
3535
name: docs-build

0 commit comments

Comments
 (0)