From 0d03f1c2b67370f249964c6a9a44c02ce23e3bfc Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Fri, 2 Aug 2024 16:21:59 +0200
Subject: [PATCH] docker/gitlab-drupal-ci#53 Switch from "glab ci artifact" to
 "glab job artifact"

---
 bin/download | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/download b/bin/download
index 07d2ecc..385c6f8 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
-- 
GitLab