diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 97a1f4827..663f2fb21 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -50,6 +50,6 @@ jobs: ./gradlew check - name: Upload Coverage Report if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./build/reports/jacoco/test/jacocoTestReport.xml