kusold/Download Artifact from S3

Download a build artifact from S3 that was previously uploaded in the workflow by the upload-artifact-s3 action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameName of the artifact to download. If unspecified, all artifacts for the run are downloaded.no
pathDestination path. Supports basic tilde expansion. Defaults to $GITHUB_WORKSPACEno
patternA glob pattern matching the artifacts that should be downloaded. Ignored if name is specified.no
merge-multipleWhen multiple artifacts are matched, this changes the behavior of the destination directories. If true, the downloaded artifacts will be in the same directory specified by path. If false, the downloaded artifacts will be extracted into individual named directories within the specified path. nofalse
repositoryThe repository owner and the repository name joined together by "/". This is the repository that artifacts will be downloaded from. no${{ github.repository }}
run-idThe id of the workflow run where the desired download artifact was uploaded from. no${{ github.run_id }}
s3-bucketS3 bucket name for storing artifactsyes
s3-prefixOptional prefix path within the bucket (e.g., "artifacts/")no
s3-endpointS3-compatible endpoint URL (for MinIO, Cloudflare R2, etc.)no
s3-regionAWS region for the S3 bucketus-east-1
s3-force-path-styleForce path-style URLs (required for some S3-compatible stores)false
namedescription
download-pathPath of artifact download