pub fn download_artifacts(
taskcluster_base: Option<&str>,
repo: &str,
commit: &str,
task_filters: Option<Vec<TaskFilter>>,
artifact_name: Option<&str>,
check_complete: bool,
out_dir: &Path,
compress: bool,
) -> Result<Vec<(TaskGroupTask, PathBuf)>>