We are successfully uploading build artifacts to our own GCS bucket, using the gcp-workload-identity-federation
plugin, by adding
export BUILDKITE_ARTIFACT_UPLOAD_DESTINATION=gs://<bucket>/<some>/<path>
buildkite-agent artifact upload "build/packages/**/*.apk"
to the commands:
array.
However, the corresponding download buildkite-agent artifact download "build/packages/**/*.apk" .
fails, as in
2024-08-31 16:53:52 INFO Searching for artifacts: "build/packages/**/*.apk"
fatal: failed to download artifacts: No artifacts found for downloading
Is artifact download from GCS currently supported? If not, is there a workaround?