diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c2246e1d0..c29e148fc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -75,7 +75,7 @@ jobs: run: | pip install -e . pytest --cov=maggma --cov-report=xml - - uses: codecov/codecov-action@v4.4.1 + - uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml