diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d252feb4e..760479519 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -146,10 +146,9 @@ jobs: - name: Send coverage report to Codecov if: ${{ success() && matrix.coverage == true }} - uses: Wandalen/wretry.action@master - with: - action: codecov/codecov-action@v3 - with: | - files: ./clover.xml - fail_ci_if_error: true - verbose: true + uses: codecov/codecov-action@v4 + with: | + token: "${{ secrets.CODECOV_TOKEN }}" + files: ./clover.xml + fail_ci_if_error: true + verbose: true