Skip to content

Commit

Permalink
fix: per-k8s-version e2e test failure cluster dump
Browse files Browse the repository at this point in the history
cluster dumps were overwriting each other in case of multiple failures

Signed-off-by: adrienjt <adrienjt@users.noreply.github.com>
  • Loading branch information
adrienjt committed Jul 11, 2023
1 parent 3166eb1 commit fd30d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: cluster-dump
name: cluster-dump-${{ matrix.k8s_version }}
path: cluster-dump

0 comments on commit fd30d62

Please sign in to comment.