Fix artifacts in `upload-artifact@v4` are immutable (#12731)

This commit is contained in:
kezhenxu94 2024-10-31 16:22:23 +08:00 committed by GitHub
parent 3ecffd6e65
commit fd98b0fa0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -744,7 +744,7 @@ jobs:
if: ${{ failure() }}
name: Upload Logs
with:
name: logs
name: test-logs-${{ matrix.test.name }}
path: "${{ env.SW_INFRA_E2E_LOG_DIR }}"
e2e-test-istio:
@ -805,7 +805,7 @@ jobs:
if: ${{ failure() }}
name: Upload Logs
with:
name: logs
name: test-logs-${{ matrix.test.name }}
path: "${{ env.SW_INFRA_E2E_LOG_DIR }}"
e2e-test-java-versions: