Fix upload artifact action (#10816)
This commit is contained in:
parent
7058b25e64
commit
27e2652033
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -317,7 +317,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: e2e-test-reports-${{ matrix.k8s }}
|
name: e2e-test-reports-validations-${{ matrix.k8s }}
|
||||||
path: 'test/junitreports/report*.xml'
|
path: 'test/junitreports/report*.xml'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue