Ensure matrix workflows use unique names for uploaded artifacts.

There are breaking changes in v4.0 of the upload artifact action which mean name must be unique https://github.com/actions/upload-artifact#breaking-changes.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair 2023-12-20 13:55:11 +13:00
parent 5b572f1516
commit 0644d5b099
No known key found for this signature in database

View File

@ -71,4 +71,5 @@ jobs:
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
if: always()
with:
name: "${{ matrix.target }}"
path: ./**/junit_*.xml