From c1d094666a1feb09ae531c22877bce13c8d3a9a4 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Mon, 8 Jan 2024 22:27:48 -0600 Subject: [PATCH] Try beta v4 codecov-action Signed-off-by: Peter Nied --- .github/workflows/ci.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f64a0408b..1470a4218a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,16 +80,12 @@ jobs: run: ls -R working-directory: downloaded-artifacts - - name: Upload Coverage with retry - uses: Wandalen/wretry.action@v1.3.0 + - name: Upload Coverage + uses: codecov/codecov-action@v4 with: - attempt_limit: 5 - attempt_delay: 2000 - action: codecov/codecov-action@v3 - with: | - token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true - verbose: true + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true + verbose: true integration-tests: