diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cb1a3160..7f719ea6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -50,10 +50,9 @@ jobs: - run: | lcov --capture --directory . --output-file coverage.info --no-external - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true files: ./coverage.info verbose: true - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}