diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcdd85ce..627714d9 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@v3.1.5 + uses: codecov/codecov-action@v4.0.1 discheck: runs-on: ubuntu-latest