diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d18e242..0400475 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -48,9 +48,9 @@ jobs: --batch-mode \ --no-transfer-progress \ clean verify \ - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./rewrite-testcontainers-gitserver/target/site/jacoco/jacoco.xml, ./testcontainers-gitserver/target/site/jacoco/jacoco.xml fail_ci_if_error: true - verbose: false \ No newline at end of file + verbose: true \ No newline at end of file