diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e964008..d4689f9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -72,7 +72,7 @@ jobs: go test -v -race -coverpkg=./... -coverprofile=coverage.out -timeout 120s ./... - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./services/ingestion-gateway/coverage.out flags: integration-tests