diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 2d35801df..525a921cb 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -145,7 +145,7 @@ jobs: POSTGRES_USER: postgres POSTGRES_DATABASE: pgadapter - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: ./target/site/jacoco-merged-test-coverage-report fail_ci_if_error: false