mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-12 08:27:24 +00:00
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
2
.github/workflows/quic-interop-aws-lc.yml
vendored
2
.github/workflows/quic-interop-aws-lc.yml
vendored
@ -91,6 +91,6 @@ jobs:
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: logs
|
||||
name: logs-${{ matrix.suite.client }}
|
||||
path: quic-interop-runner/logs/
|
||||
retention-days: 6
|
||||
|
2
.github/workflows/quic-interop-libressl.yml
vendored
2
.github/workflows/quic-interop-libressl.yml
vendored
@ -92,6 +92,6 @@ jobs:
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: logs
|
||||
name: logs-${{ matrix.suite.client }}
|
||||
path: quic-interop-runner/logs/
|
||||
retention-days: 6
|
||||
|
Loading…
Reference in New Issue
Block a user