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