From 7fb1929f693d20a20371832d04f98b256f537afb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 20:43:08 +0100 Subject: [PATCH] Update codecov/codecov-action action to v4.1.1 (#353) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-jobs.yml b/.github/workflows/build-jobs.yml index 007ba3e..a6547a6 100644 --- a/.github/workflows/build-jobs.yml +++ b/.github/workflows/build-jobs.yml @@ -20,7 +20,7 @@ jobs: - name: Build run: ./gradlew assembleRelease ktlintCheck lintRelease testReleaseUnitTest -s - name: Upload coverage reports - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.1.1 with: files: "**/build/coverageReport/test*Coverage/test*Coverage.xml" token: ${{ secrets.CODECOV_TOKEN }}