keboo/Download from Azure Storage

Download a GitHub Actions artifact from Azure Blob Storage

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 24, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: keboo/sa-download@71ea7f70c342654fb73c422756f1495176ac1b49 # v1

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

namedescriptionrequireddefault
nameThe name of the artifact to downloadyes
pathDirectory path to extract the artifact intono.
storage-accountThe name of the Azure Storage accountyes
container-nameThe name of the blob container to download the artifact fromyes
run-idThe workflow run ID used to namespace the artifact. Defaults to the current run ID.no${{ github.run_id }}
create-containerWhen true, create the blob container if it does not exist. When false, fail with an error if the container is missing.nofalse

no outputs