diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb78a26e..d90e0a6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: DATABASE_URL: postgres://eventually:password@localhost:5432/eventually?sslmode=disable - name: Upload to codecov.io - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: lcov.info