diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af95bbf..c9e2c15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,6 @@ jobs: run: mvn -B clean package jacoco:report - name: Coverage - uses: codecov/codecov-action@v5.0.4 + uses: codecov/codecov-action@v5.0.5 with: file: target/site/jacoco/jacoco.xml