diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e487563..68072fb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: run: python -m pytest -ra --cov=vector --ignore tests/test_notebooks.py . - name: Upload coverage report - uses: codecov/codecov-action@v4.2.0 + uses: codecov/codecov-action@v4.3.0 with: token: ${{ secrets.CODECOV_TOKEN }}