Skip to content

Commit b63a351

Browse files
committed
ci
1 parent 921c342 commit b63a351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ jobs:
127127
if: failure()
128128
uses: actions/upload-artifact@v4
129129
with:
130-
name: failed_notebook_${{ github.run_id }}
130+
name: failed_notebook_${{ matrix.os }}_${{ matrix.python-version }}
131131
path: notebook.tex
132132

133133
- name: Upload pdf
134134
uses: actions/upload-artifact@v4
135135
with:
136-
name: test_output_${{ github.run_id }}
136+
name: test_output_${{ matrix.os }}_${{ matrix.python-version }}
137137
path: tests/test_output
138138

139139
publish:

0 commit comments

Comments
 (0)