Skip to content

Commit 921c342

Browse files
committed
ci
1 parent 30d3c18 commit 921c342

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,13 @@ jobs:
127127
if: failure()
128128
uses: actions/upload-artifact@v4
129129
with:
130+
name: failed_notebook_${{ github.run_id }}
130131
path: notebook.tex
131132

132133
- name: Upload pdf
133134
uses: actions/upload-artifact@v4
134135
with:
135-
name: test_output
136+
name: test_output_${{ github.run_id }}
136137
path: tests/test_output
137138

138139
publish:

0 commit comments

Comments
 (0)