diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 932523e..2e34a22 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -33,7 +33,7 @@ jobs: - name: Code Coverage env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.5.0 with: files: ./**/build/**/reports/jacoco/test/jacocoTestReport.xml name: codecov