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:
Ilya Shipitsin 2024-08-25 01:22:29 +02:00 committed by Willy Tarreau
parent 438ad6b495
commit 4256961a44
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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