From ae0988209bee601f286559b634d72611b426d722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 09:09:53 +0200 Subject: [PATCH] Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#117836) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25af940c01d..6cb8f8deec4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1106,7 +1106,7 @@ jobs: pattern: coverage-* - name: Upload coverage to Codecov if: needs.info.outputs.test_full_suite == 'true' - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v4.4.1 with: fail_ci_if_error: true flags: full-suite @@ -1240,7 +1240,7 @@ jobs: pattern: coverage-* - name: Upload coverage to Codecov if: needs.info.outputs.test_full_suite == 'false' - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v4.4.1 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}