diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 84ed42ad7a..09fc0cdc3a 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -244,7 +244,7 @@ jobs: if: failure() - uses: actions/upload-artifact@v4 with: - name: core-device-${{ matrix.model }}-${{ matrix.coins }}-${{ matrix.lang }}-${{ matrix.asan }} + name: core-test-device-${{ matrix.model }}-${{ matrix.coins }}-${{ matrix.lang }}-${{ matrix.asan }} path: tests/trezor.log retention-days: 7 if: always() @@ -297,7 +297,7 @@ jobs: if: ${{ matrix.asan == 'asan' }} - uses: actions/upload-artifact@v4 with: - name: core-click-${{ matrix.model }}-${{ matrix.lang }}-${{ matrix.asan }} + name: core-test-click-${{ matrix.model }}-${{ matrix.lang }}-${{ matrix.asan }} path: tests/trezor.log retention-days: 7 if: always()