From 4d62e52e4141551efda86d0618f577c7dc051518 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 01:53:17 +0000 Subject: [PATCH] ci(deps): update codecov/codecov-action action to v4.4.1 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 93fc5f4f..3d422a83 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -81,7 +81,7 @@ jobs: should-run-codecov: false check-command: "./gradlew koverXmlReport --parallel || ./gradlew koverXmlReport --parallel" - name: Push coverage report - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v4.4.1 with: files: ./build/reports/kover/report.xml verbose: true