diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24e2cef3d..d2b18c925 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: poetry run pytest --cov-report=xml shell: bash - name: Upload coverage report - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }}