Skip to content

Commit

Permalink
upload-artifact-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Oct 1, 2024
1 parent 3d284b1 commit 9157b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
papermill doc/source/user_guide/AsynchronousAPI.ipynb doc/source/user_guide/AsynchronousAPI-output.ipynb
jupyter nbconvert --to html doc/source/user_guide/AsynchronousAPI-output.ipynb
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: AsynchronousAPI-output.html
path: doc/source/user_guide/AsynchronousAPI-output.html
Expand Down

0 comments on commit 9157b82

Please sign in to comment.