We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b419b0 commit 4468360Copy full SHA for 4468360
.github/workflows/run_notebook.yml
@@ -77,7 +77,7 @@ jobs:
77
jupyter nbconvert --to notebook --execute run_and_explore.ipynb --output executed_notebook.ipynb
78
79
- name: Upload notebook
80
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
81
with:
82
name: executed-notebook
83
path: executed_notebook.ipynb
0 commit comments