diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e7f368..8637abf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: run: ./mvnw --batch-mode --errors --fail-at-end --no-transfer-progress --show-version verify - name: Generate coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: file: ./**/target/site/jacoco/jacoco.xml name: codecov