Techdebt: Use unique names for test output (#7145)

This commit is contained in:
Bert Blommers 2023-12-20 11:10:01 -01:00 committed by GitHub
parent eccb2b0e66
commit be0dffcd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: motoserver-${{ matrix.python-version }}
name: custom_port
path: |
serverlogs1/*
@ -148,7 +148,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: motoserver-${{ matrix.python-version }}
name: custom_name
path: |
serverlogs2/*
@ -207,6 +207,6 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: motoserver-${{ matrix.python-version }}
name: custom_mode
path: |
serverlogs3/*