diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index b61a1e318e..a64653896d 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1276,7 +1276,7 @@ jobs: path: ./code_coverage/integration_tests/windows_integration_tests_release_system_sqlite - name: Upload Coverage to CodeCov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: directory: ./code_coverage fail_ci_if_error: true