From 93397478db465f74cdcb4720605d91d3daaa36df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:57:26 +0100 Subject: [PATCH] Update codecov/codecov-action action to v3.1.6 (#349) 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 12b8eb2..d7059ad 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@v3.1.4 + uses: codecov/codecov-action@v3.1.6 with: files: "**/build/coverageReport/test*Coverage/test*Coverage.xml" token: ${{ secrets.CODECOV_TOKEN }}