From a6baa3429e54f949334937c96540c74640ec34c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:54:31 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/build-test-lint.yaml | 2 +- .github/workflows/espresso.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml index 93914ad78f..36bfa436c9 100644 --- a/.github/workflows/build-test-lint.yaml +++ b/.github/workflows/build-test-lint.yaml @@ -47,7 +47,7 @@ jobs: detailed_summary: true include_passed: false # Lots of test, much output. - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./project/app/build/reports/coverage/test/gms/debug/report.xml flags: unittests diff --git a/.github/workflows/espresso.yaml b/.github/workflows/espresso.yaml index 1b30f25ce6..8b6e421dea 100644 --- a/.github/workflows/espresso.yaml +++ b/.github/workflows/espresso.yaml @@ -124,7 +124,7 @@ jobs: name: espresso-test-coverage-${{ matrix.android-api }}-${{ matrix.flavour }}-${{ matrix.shard }} path: ./project/app/build/reports/coverage/androidTest/ - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./project/app/build/reports/coverage/androidTest/${{ matrix.flavour == 'Gms' && 'gms' || 'oss' }}/debug/connected/report.xml flags: uitests