When act get is called no error is printed if nothing was downloaded. If a specific job is requested with an ID an error should be printed and the command should return a non-zero status code.
Example command:
act get --noclean --use-jobname -i 367225
Should print an error but currently nothing happens.