Gitlab Runner工件下载程序在下载工件时返回禁止

Gitlab Runner工件下载程序在下载工件时返回禁止,gitlab,gitlab-ci,gitlab-ci-runner,gitlab-api,Gitlab,Gitlab Ci,Gitlab Ci Runner,Gitlab Api,我有3份工作的管道。第二项工作是建立docker文件并上传 但是第三阶段由于这个错误而失败 ERROR: Downloading artifacts from coordinator... error error=unexpected EOF 因此,我尝试使用gitlab runner artifacts downloader在runner机器上下载工件 $ sudo gitlab-runner artifacts-downloader --url https://gitlab.com/

我有3份工作的管道。第二项工作是建立docker文件并上传

但是第三阶段由于这个错误而失败

ERROR: Downloading artifacts from coordinator... error  error=unexpected EOF
因此,我尝试使用
gitlab runner artifacts downloader
在runner机器上下载工件

$ sudo gitlab-runner artifacts-downloader --url https://gitlab.com/ --token xxx-xxxx --id 359820234

Runtime platform                                    arch=amd64 os=linux pid=24718 revision=05161b14 
version=12.4.1
ERROR: Downloading artifacts from coordinator... forbidden  id=359820234 responseStatus=403 Forbidden status=403 Forbidden token=xxx-xxxx
FATAL: permission denied
然而,我得到了
禁止的
错误。我错过什么了吗