diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 85cd8ee..e0b8355 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -25,7 +25,7 @@ jobs: - name: Run tests - run: mvn install -Pjacoco - name: Upload coverage to Codecov - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v7 with: file: ./target/site/jacoco/jacoco.xml fail_ci_if_error: true