diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index aeae1f8..5c85681 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -42,7 +42,7 @@ jobs: - name: Upload coverage reports to Codecov if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false