diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbf5ee2..316fbfc 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.4.0 + uses: codecov/codecov-action@v5.4.2 with: token: ${{ secrets.CODECOV_TOKEN }} slug: litestar-org/pytest-databases