Error Uploading Build Artifacts

Since this morning I’m getting an error while gitlab CI is uploading build artifacts using gitlab’s shared workers. See below. In the past, the artifacts upload properly. Note the 307 Temporary Redirect errors during the upload steps, which are new.

Was there a push on GitLab’s side that caused this error?

Dave

Running with gitlab-runner 14.7.0~beta.58.gfa48f33b (fa48f33b)
  on green-1.shared.runners-manager.gitlab.com/default JLgUopmM

Resolving secrets

Preparing the "docker+machine" executor
Using Docker executor with image alpine:3 ...
Pulling docker image alpine:3 ...
Using docker image sha256:c059bfaa849c4d8e4aecaeb3a10c2d9b3d85f5165c66ad3a4d937758128c4d18 for alpine:3 with digest alpine@sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 ...

Preparing environment
Running on runner-jlguopmm-project-30861315-concurrent-0 via runner-jlguopmm-shared-1647346588-141e9432...

Getting source from Git repository
$ eval "$CI_PRE_CLONE_SCRIPT"
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/avicado/dev-ops/modules/config/.git/
Created fresh repository.
Checking out ######## as main...
Skipping Git submodules setup

Executing "step_script" stage of the job script
Using docker image sha256:c059bfaa849c4d8e4aecaeb3a10c2d9b3d85f5165c66ad3a4d937758128c4d18 for alpine:3 with digest alpine@sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 ...

# build output.  Nothing of value

Uploading artifacts for successful job
Uploading artifacts...
build/**/*: found 1 matching files and directories 
WARNING: Uploading artifacts as "archive" to coordinator... 307 Temporary Redirect  id=2205199101 responseStatus=307 Temporary Redirect status=307 token=########
WARNING: Retrying...                                context=artifacts-uploader error=invalid argument
WARNING: Uploading artifacts as "archive" to coordinator... 307 Temporary Redirect  id=2205199101 responseStatus=307 Temporary Redirect status=307 token=########
WARNING: Retrying...                                context=artifacts-uploader error=invalid argument
WARNING: Uploading artifacts as "archive" to coordinator... 307 Temporary Redirect  id=2205199101 responseStatus=307 Temporary Redirect status=307 token=########
FATAL: invalid argument                            

Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1

Update: Now it’s fixed.