Return solution at RK4 stages

Hi,
Is there a way to access the solution at RK stages if I solve an ODE using the following line:

prob = ODEProblem(lorenz,u0,tspan)                
sol = solve(prob, RK4(), dt=Δt,adaptive = false)