diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d838880..110480e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: python -m pytest -vv --cov=src --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }}