diff --git a/.github/workflows/tests_emulator.yml b/.github/workflows/tests_emulator.yml index 534df229affe..f8dda0c4a92e 100644 --- a/.github/workflows/tests_emulator.yml +++ b/.github/workflows/tests_emulator.yml @@ -246,7 +246,7 @@ jobs: name: ${{ matrix.api-level }}-${{ matrix.arch }}-${{matrix.target}}-${{matrix.first-boot-delay}}-${{matrix.iteration}}-adb_video path: video.webm - - uses: codecov/codecov-action@e53489f4d376d79066609109e7a95a29eb3740b1 # v7.0.0 + - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: verbose: true fail_ci_if_error: ${{ github.repository == 'ankidroid/Anki-Android' }} # optional (default = false) \ No newline at end of file diff --git a/.github/workflows/tests_unit.yml b/.github/workflows/tests_unit.yml index 57fe57f8d17f..412cc9984775 100644 --- a/.github/workflows/tests_unit.yml +++ b/.github/workflows/tests_unit.yml @@ -195,7 +195,7 @@ jobs: if: contains(matrix.os, 'windows') run: ./gradlew --stop - - uses: codecov/codecov-action@e53489f4d376d79066609109e7a95a29eb3740b1 # v7.0.0 + - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: verbose: true fail_ci_if_error: ${{ github.repository == 'ankidroid/Anki-Android' }} # optional (default = false)