diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 162e5dc..e20c6de 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.0 + uses: codecov/codecov-action@v5.5.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: litestar-org/pytest-databases