actions-rindeal/Upload Artifact

Upload a build artifact

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 22, 2024
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-rindeal/upload-artifact@62d3610793361175e2d860b409e5373db4a11555 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
nameArtifact nameartifact
pathA file, directory or wildcard pattern that describes what to upload
if-no-files-foundThe desired behavior if no files are found using the provided pathwarn
retention-daysDuration after which artifact will expire in days. 0 means using default retention.
compression-levelThe level of compression for Zlib to be applied to the artifact archive6
overwriteIf true, an artifact with a matching name will be deleted before a new one is uploadedfalse
namedescription
artifact-idThe ID of the artifact that was uploaded
artifact-urlThe download URL for the artifact
artifactJSON with metadata of the uploaded artifact