diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index ba9ee9f..6a3f5d1 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -59,6 +59,6 @@ jobs: - name: Build with Gradle (JDK ${{ env.currentBuildVersion }}) run: ./gradlew clean check jacocoTestReport - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./build/reports/jacoco/test/jacocoTestReport.xml #optional \ No newline at end of file