From 37c06a9ee307980fd6be0f423d789412eda7c9f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 14:49:15 -0500 Subject: [PATCH] Bump codecov/codecov-action from 5.1.1 to 5.1.2 (#724) --- .github/workflows/continuous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index e7d5c579b..a64e09d68 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -84,7 +84,7 @@ jobs: path: "build" overwrite: true - - uses: codecov/codecov-action@v5.1.1 # upload the coverage to codecov + - uses: codecov/codecov-action@v5.1.2 # upload the coverage to codecov with: fail_ci_if_error: false # optional (default = false) - Need CODECOV_TOKEN # Do not upload in forks, and only on php8.3, latest deps