From fa3cba5b87007c609104bc2c3caab4c756e0a79d Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Wed, 10 Apr 2024 00:15:30 +0200 Subject: [PATCH] Bump codecov/codecov-action to v4.3.0 (#115317) --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b0efe812062..e1281a14b5c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1090,7 +1090,7 @@ jobs: if: needs.info.outputs.test_full_suite == 'true' uses: Wandalen/wretry.action@v3.1.0 with: - action: codecov/codecov-action@v3.1.3 + action: codecov/codecov-action@v4.3.0 with: | fail_ci_if_error: true flags: full-suite @@ -1101,7 +1101,7 @@ jobs: if: needs.info.outputs.test_full_suite == 'false' uses: Wandalen/wretry.action@v3.1.0 with: - action: codecov/codecov-action@v3.1.3 + action: codecov/codecov-action@v4.3.0 with: | fail_ci_if_error: true token: ${{ env.CODECOV_TOKEN }} @@ -1236,7 +1236,7 @@ jobs: if: needs.info.outputs.test_full_suite == 'true' uses: Wandalen/wretry.action@v3.1.0 with: - action: codecov/codecov-action@v3.1.3 + action: codecov/codecov-action@v4.3.0 with: | fail_ci_if_error: true flags: full-suite @@ -1247,7 +1247,7 @@ jobs: if: needs.info.outputs.test_full_suite == 'false' uses: Wandalen/wretry.action@v3.1.0 with: - action: codecov/codecov-action@v3.1.3 + action: codecov/codecov-action@v4.3.0 with: | fail_ci_if_error: true token: ${{ env.CODECOV_TOKEN }}