diff --git a/bin/download b/bin/download
index 07d2ecc2f6081be309d170a02d3daf652de628bd..385c6f84e89c9db16b1c82688ad1d417cce33889 100755
--- a/bin/download
+++ b/bin/download
@@ -20,7 +20,7 @@ glab ci run -b ${branch} --variables-env TRIGGERMODE:manual,TRIGGERTASK:${task},
 echo "Waiting for pipeline to finish ..."
 glab ci status -b ${branch} --live --compact
 echo "Download artifact ..."
-glab ci artifact ${branch} ${task}Manual --path="/tmp/${task}/"
+glab job artifact ${branch} ${task}Manual --path="/tmp/${task}/"
 
 if [[ -d /tmp/${task}/ ]]; then
   if [[ "$task" == "CollectDatabase" ]]; then