diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ad6e016..d342df7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,7 +34,7 @@ jobs: - name: Build coverage report run: ./gradlew jacocoTestReport --no-daemon - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: files: build/reports/jacoco/test/jacocoTestReport.xml flags: LINUX