diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a5ba7230..750de5203 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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'