diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b0d317fe..c96a52d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -89,6 +89,6 @@ jobs: poetry run pytest -m gino --cov-append --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.xml