diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 764499eb2..25c7fe72a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,4 +54,6 @@ jobs: git checkout $GITHUB_HEAD_REF git commit -am "autoformat: isort & black" && git push || true - - uses: codecov/codecov-action@v1 \ No newline at end of file + - uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}} \ No newline at end of file