From 6d0cb4084099f006ae2d9929956fd63161c60f8c Mon Sep 17 00:00:00 2001 From: Dan Pock Date: Fri, 14 Feb 2025 13:18:25 -0500 Subject: [PATCH] fix ci artifact file name --- .github/workflows/prom-fed-e2e-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prom-fed-e2e-ci.yaml b/.github/workflows/prom-fed-e2e-ci.yaml index cb953e42..c0ea6c91 100644 --- a/.github/workflows/prom-fed-e2e-ci.yaml +++ b/.github/workflows/prom-fed-e2e-ci.yaml @@ -151,7 +151,7 @@ jobs: if: failure() uses: actions/upload-artifact@v4 with: - name: artifacts-${{ matrix.arch }}-${{ matrix.k3s_version }} + name: artifacts-${{ matrix.arch }}-${{ inputs.k3s_version || env.K3S_MIN_VERSION_TAG }} path: artifacts/ retention-days: 1 -