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