diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eed4fb752..45026ce2f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,10 +70,11 @@ jobs: ${{ matrix.command }} - if: matrix.step == 'test' name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: + token: ${{ secrets.CODECOV_TOKEN }} flags: unittests file: cover.out fail_ci_if_error: true