Skip to content

Commit

Permalink
fix ci artifact file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Feb 14, 2025
1 parent df3509a commit 6d0cb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prom-fed-e2e-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
-
Expand Down

0 comments on commit 6d0cb40

Please sign in to comment.