diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90d2aa7..b115387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,8 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Upload Coverage - uses: codecov/codecov-action@v3 + - name: Coverage + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true