From 753d14e0f533dea0b67f08ca5864d83df5f38d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 12:54:43 +0200 Subject: [PATCH] Bump codecov/codecov-action from 2.1.0 to 3 (#69383) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- .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 38be7a326cc..d7ed5d6c2c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -840,9 +840,9 @@ jobs: uses: actions/download-artifact@v2 - name: Upload coverage to Codecov (full coverage) if: needs.changes.outputs.test_full_suite == 'true' - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.0.0 with: flags: full-suite - name: Upload coverage to Codecov (partial coverage) if: needs.changes.outputs.test_full_suite == 'false' - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.0.0