diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f6047a8d7..a891fc669 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -104,7 +104,7 @@ jobs: shell: bash -l {0} run: python${{ matrix.python-version }} -m pytest --cov=emmet --cov-report=xml ${{ matrix.package }}/tests - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml