diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 888fa2e..0aec96e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: - if: matrix.python-version == '3.12' && runner.os == 'Linux' name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.0.0 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} slug: litestar-org/pytest-databases