actions-marketplace-validations/Get artifact from GCS

Uses main-quest/actions.gsutil

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 24, 2022
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/main-quest_actions.gsutil.artifact.get@e4f048818c41f77fa86b122ba315424694e8b53e # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
keyService account json key, base64 encrypted or notyes
bucket"Specify bucket name or leave empty to use the one generated by main-quest/actions.gsutil.artifact.bucketname" no
run_idOptionally specify another run to download the artifact from. Leave empty to download from the current runno
nameArtifact name. Artifacts are stored in folders under <bucket>/run-<run-id>/<artifact-name>/yes
pathDestination. If it ends with a '/', a directory will be created if it doesn't already exist. If not specified, it'll download to the current directoryno./
unzipUnzip all zip files found in the destination. Note that this is just a post-download step, and no files are removed (only replaced, in case archives contain multiple files with same relative paths)nofalse

no outputs