diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 63b3c26..1b0b8c5 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -50,13 +50,9 @@ jobs: ./prof.db - name: Upload coverage id : codecov - uses: Wandalen/wretry.action@v3.7.3 + uses: codecov/codecov-action@v5 with: - action: codecov/codecov-action@v5 - with: | - name: codecov-umbrella - files: ./cov.xml - fail_ci_if_error: true - verbose: true - attempt_limit: 10 - attempt_delay: 60000 # ms, 1 min + name: codecov-umbrella + files: ./cov.xml + fail_ci_if_error: true + verbose: true