Skip to content

Commit

Permalink
make artifact name unique
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Tang committed Jul 10, 2024
1 parent 3cb7e6b commit 374ac25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/target_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
name: code-coverage-report-${{ matrix.target.MBED_TARGET }}
path: ${{ env.JUNIT_OUTPUT }}

0 comments on commit 374ac25

Please sign in to comment.