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