update debug bundle artifact name to include Kubernetes version and job index

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
This commit is contained in:
Tiger Kaovilai
2025-11-05 14:22:49 -05:00
parent e485258d25
commit 6e54879f4d

View File

@@ -187,5 +187,5 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v5
with:
name: DebugBundle
name: DebugBundle-k8s-${{ matrix.k8s }}-job-${{ strategy.job-index }}
path: /home/runner/work/velero/velero/test/e2e/debug-bundle*