diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c57b826..902f3ca 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -60,7 +60,7 @@ jobs: if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' run: ./gradlew jacocoTestReport --no-daemon - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' with: files: build/reports/jacoco/test/jacocoTestReport.xml