milesgranger/artifact-mover

move artifact(s) to or from S3 (more platforms to come)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
action'download' or 'upload' yes
bucketName of bucket to upload artifact to.yes
nameName of artifact to reference in this workflow.yes
pathPath to artifact or directory of artifacts to upload. Note for downloading, this should always be a directory to unpack the artifact(s), whereas with uploading, this can either be a directory to recursively upload or a path to a single artifact. yes
profileName of AWS profile to use, defaults to 'default'. Attempting to use current environment to configure credentials. For example setting AWS_ACCESS_KEY_ID and AWS_SECRESS_ACCESS_KEY or the ~/.aws/credentials file nodefault
prefix-keyAny prefix to add to the auto-generated path to artifact(s) on S3 bucket. Only relavant for uploading. noartifacts
identifierUnique id to this workflow, recommend keeping the default setting unless you know what you're doing ${{ github.repository }}/${{ github.run_number }}
versionversion of artifact-mover to use, recommended to use default herev0.1.0

no outputs