Fix artifacts in `upload-artifact@v4` are immutable (#12731)
This commit is contained in:
parent
3ecffd6e65
commit
fd98b0fa0d
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue