diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1819f16..cf6f2f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: env: DATABASE_URL: postgresql+psycopg://postgres:postgres@localhost:5432/postgres - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} build: