Skip to content

Commit 08aec17

Browse files
authored
Use unique name for test-output artifact (#7068)
1 parent 6b388af commit 08aec17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
if: steps.run-tests.outcome == 'failure'
217217
uses: actions/upload-artifact@v4
218218
with:
219-
name: test-output
219+
name: test-output-${{ matrix.name }}
220220
path: test_output.txt
221221

222222
- name: Post test results to PR

0 commit comments

Comments
 (0)