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