diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97b0036c5..55b27ac59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,6 @@ jobs: run: mvn -B clean package install jacoco:report - name: Coverage - uses: codecov/codecov-action@v4.0.0 + uses: codecov/codecov-action@v4.0.1 with: file: target/site/jacoco/jacoco.xml