diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9afa07d..f4e3edc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: - if: matrix.python-version == '3.12' name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 with: token: ${{ secrets.CODECOV_TOKEN }} slug: litestar-org/pytest-databases