Merge pull request #9390 from kaovilai/fix-artifact-upload-conflict

Update debug bundle artifact name to include Kubernetes version and job index
This commit is contained in:
Wenkai Yin(尹文开)
2025-11-10 14:19:18 +08:00
committed by GitHub

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*