From 58a947d6c4c8efcae6d153774e1f4d7da0ba4638 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:20:11 -0700 Subject: [PATCH] Update codecov/codecov-action action to v4.1.1 (#230) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44eda241..b8985e1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Run Unit Tests run: ./gradlew kover-aggregate:koverXmlReport --no-build-cache - name: Codecov - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 + uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 with: files: ./kover-aggregate/build/reports/kover/report.xml token: ${{ secrets.CODE_COV_TOKEN }}