CI: QUIC Interop: use different artifact names for uploading logs
artifact names must be unique, otherwise only first failed logs are uploaded, other encounter 409 conflict
This commit is contained in:
parent
438ad6b495
commit
4256961a44
|
@ -91,6 +91,6 @@ jobs:
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: logs
|
name: logs-${{ matrix.suite.client }}
|
||||||
path: quic-interop-runner/logs/
|
path: quic-interop-runner/logs/
|
||||||
retention-days: 6
|
retention-days: 6
|
||||||
|
|
|
@ -92,6 +92,6 @@ jobs:
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: logs
|
name: logs-${{ matrix.suite.client }}
|
||||||
path: quic-interop-runner/logs/
|
path: quic-interop-runner/logs/
|
||||||
retention-days: 6
|
retention-days: 6
|
||||||
|
|
Loading…
Reference in New Issue