diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d54aa7f6..697953654 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -149,8 +149,10 @@ jobs: ./report/coverage.xml - name: Report Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: github.event_name != 'schedule' + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: file: ./report/coverage.xml name: ${{ matrix.python }} - ${{ matrix.platform }}