Skip to content

Commit

Permalink
Fix upload artifact action (#10816)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz authored Dec 30, 2023
1 parent 7058b25 commit 27e2652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
if: success() || failure()
with:
name: e2e-test-reports-${{ matrix.k8s }}
name: e2e-test-reports-validations-${{ matrix.k8s }}
path: 'test/junitreports/report*.xml'


Expand Down

0 comments on commit 27e2652

Please sign in to comment.