diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1bc270..75c00fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: poetry run pytest --cov-report=xml shell: bash - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}