diff --git a/.github/workflows/build-report.yml b/.github/workflows/build-report.yml index 91bab45..f3192a6 100644 --- a/.github/workflows/build-report.yml +++ b/.github/workflows/build-report.yml @@ -64,7 +64,7 @@ jobs: with: name: jacoco-report path: target/site/jacoco - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 name: Send coverage to Codecov with: file: ./**/target/site/jacoco/jacoco.xml