We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac6bea commit 8a4a925Copy full SHA for 8a4a925
1 file changed
.github/workflows/pr_notebook.yml
@@ -52,8 +52,8 @@ jobs:
52
export MAX_EPOCH=2
53
bash test_notebook.sh $${{ matrix.group }}
54
- name: generated Notebook in html
55
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
56
if: always()
57
with:
58
- name: notebook
+ name: notebook-${{ matrix.group }}
59
path: test_output/
0 commit comments