From 45acef611a9b2007f3dea63f20cdaa3b7f1b7843 Mon Sep 17 00:00:00 2001 From: Szilard Parrag Date: Fri, 9 Feb 2024 10:08:08 +0100 Subject: [PATCH] fix(CI): followup on upload-artifact@v4's changes Signed-off-by: Szilard Parrag --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 36d5edb5..b1a7435f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -161,6 +161,6 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: script-e2e-test-cluster-logs + name: script-e2e-test-cluster-logs-${{ matrix.kube }} path: build/_test retention-days: 5