Skip to content

Commit 374ac25

Browse files
author
Victor Tang
committed
make artifact name unique
1 parent 3cb7e6b commit 374ac25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/target_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ jobs:
7171
if: ${{ always() }}
7272
uses: actions/upload-artifact@v4
7373
with:
74-
name: code-coverage-report
74+
name: code-coverage-report-${{ matrix.target.MBED_TARGET }}
7575
path: ${{ env.JUNIT_OUTPUT }}

0 commit comments

Comments
 (0)