From dd52c5eab84fb8f74dc213967202c0b8d484e4b9 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Fri, 2 May 2025 15:59:20 +0200 Subject: [PATCH] fix(ci): make upgrade test artifact names distinct between protocols --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 5f24c4478c..6a0e830bf9 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -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