Skip to content

Commit

Permalink
Use unique name for test-output artifact (#7068)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Apr 22, 2024
1 parent 6b388af commit 08aec17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
if: steps.run-tests.outcome == 'failure'
uses: actions/upload-artifact@v4
with:
name: test-output
name: test-output-${{ matrix.name }}
path: test_output.txt

- name: Post test results to PR
Expand Down

0 comments on commit 08aec17

Please sign in to comment.