Skip to content

Commit 4468360

Browse files
committed
use v4 for upload artifact
1 parent 6b419b0 commit 4468360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_notebook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
jupyter nbconvert --to notebook --execute run_and_explore.ipynb --output executed_notebook.ipynb
7878
7979
- name: Upload notebook
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: executed-notebook
8383
path: executed_notebook.ipynb

0 commit comments

Comments
 (0)