keboo/Download from Azure Storage
Download a GitHub Actions artifact from Azure Blob Storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 24, 2026
- License
- MIT
Pinned Snippet
uses: keboo/sa-download@71ea7f70c342654fb73c422756f1495176ac1b49 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the artifact to download | yes | — |
| path | Directory path to extract the artifact into | no | . |
| storage-account | The name of the Azure Storage account | yes | — |
| container-name | The name of the blob container to download the artifact from | yes | — |
| run-id | The workflow run ID used to namespace the artifact. Defaults to the current run ID. | no | ${{ github.run_id }} |
| create-container | When true, create the blob container if it does not exist. When false, fail with an error if the container is missing. | no | false |
Outputs
no outputs