diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dd1e05..79c5de3 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.2 + uses: codecov/codecov-action@v7.0.0 with: file: target/site/jacoco/jacoco.xml