Skip to content

Commit 8a4a925

Browse files
authored
[ci] Updates upload-artifact action to v4 (#210)
1 parent dac6bea commit 8a4a925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_notebook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
export MAX_EPOCH=2
5353
bash test_notebook.sh $${{ matrix.group }}
5454
- name: generated Notebook in html
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
if: always()
5757
with:
58-
name: notebook
58+
name: notebook-${{ matrix.group }}
5959
path: test_output/

0 commit comments

Comments
 (0)