mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-31 21:28:46 +00:00
fix(ci): make upgrade test artifact names distinct between protocols
This commit is contained in:
parent
e984414346
commit
dd52c5eab8
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@ -460,7 +460,7 @@ jobs:
|
||||
- run: nix-shell --run "poetry run pytest tests/upgrade_tests"
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: core-test-upgrade-${{ matrix.model }}-${{ matrix.asan }}
|
||||
name: core-test-upgrade-${{ matrix.model }}-${{ matrix.asan }}-protocol_${{matrix.protocol}}
|
||||
path: |
|
||||
tests/trezor*.log
|
||||
retention-days: 7
|
||||
|
Loading…
Reference in New Issue
Block a user