diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78a2a83..1be320a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.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@v6 with: files: ./build/reports/jacoco/test/jacocoTestReport.xml #optional