Make integration logs artifacts name more unique
Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
This commit is contained in:
parent
50d267438a
commit
2a84034fe8
|
@ -83,7 +83,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
if: (matrix.tests == 'integration' || matrix.tests == 'all') && always()
|
||||
with:
|
||||
name: ${{ matrix.os }}-${{ matrix.cpu }}-${{ matrix.nim_version }}-integration-tests-logs
|
||||
name: ${{ matrix.builder }}-${{ matrix.tests }}-${{ matrix.cpu }}-${{ matrix.nim_version }}-integration-tests-logs
|
||||
path: tests/integration/logs/
|
||||
retention-days: 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue