diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29dc785c8..125092715 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,6 @@ jobs: run: mvn -B clean package install jacoco:report - name: Coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: file: target/site/jacoco/jacoco.xml