diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 3e8ed49..4ffc52e 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -67,7 +67,9 @@ jobs: coverage report -m - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} release: needs: [pre-commit, pytest]