1
0
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:
M1nd3r 2025-05-02 15:59:20 +02:00
parent e984414346
commit dd52c5eab8

View File

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