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 -