diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 837eb40d..b943c535 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: run: python -m pytest -ra --cov=vector --ignore tests/test_notebooks.py . - name: Upload coverage report - uses: codecov/codecov-action@v4.0.2 + uses: codecov/codecov-action@v4.1.0 with: token: ${{ secrets.CODECOV_TOKEN }}