I suspect that GRBL does not work with ULN2003 stepper drivers. AFAIK it is designed for the the sort of stepper motor driver that takes step and direction signals.
A couple of A4988 modules can probably be pressed into service if you can modify the 28BYJ-48's to
4-wire (I think I've seen articles about doing this - have a search)
GRBL doesn't have enough output pins or free processor cycles to drive anything but step/direction
stepper drivers. Such drivers require bipolar stepper motors (not 5 wire).
Having said that some one somewhere might have hacked GRBL or something similar (normally GRBL
has to handle 3 sets of limit switches, 3 steppers and a spindle motor, which is why it doesn't
come with spare pins for unipolar).
/* The cpu_map.h files serve as a central pin mapping selection file for different
processor types or alternative pin layouts. This version of Grbl officially supports
only the Arduino Mega328p. */
The servo portion (z-axis) doesnt work however. this needs to be manually changed in the code or by using a post processor for editing the gcode files. I will be trying to change the code.