From a2761239091e174e8e1d7a3952836e22ea043188 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 16 Nov 2024 11:39:40 -0500 Subject: [PATCH] Bump codecov-action --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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