mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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:
parent
5b572f1516
commit
0644d5b099
1
.github/workflows/tests-template.yaml
vendored
1
.github/workflows/tests-template.yaml
vendored
@ -71,4 +71,5 @@ jobs:
|
||||
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
if: always()
|
||||
with:
|
||||
name: "${{ matrix.target }}"
|
||||
path: ./**/junit_*.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user