diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0f06c4..701b3d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,6 @@ jobs: run: mvn -B clean package jacoco:report - name: Coverage - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: file: target/site/jacoco/jacoco.xml