diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7f65ea..dd3f8d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: poetry run pytest --cov-report=xml shell: bash - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS, PYTHON_VERSION