From 27e2652033785416ea877b1cf6da6072e22d97c0 Mon Sep 17 00:00:00 2001 From: Ricardo Katz Date: Sat, 30 Dec 2023 22:42:04 +0000 Subject: [PATCH] Fix upload artifact action (#10816) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'