actions-marketplace-validations/Upload artifacts & release assets

Upload each file individually as an artifact or as a release file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 2, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/nanoufo_action-upload-artifacts-and-release-assets@6acac9671f2176ba807be92a6bf332b96b7fd53f # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
pathA file or wildcard pattern that describes what to uploadyes
if-no-files-foundThe desired behavior if no files are found for any glob of the provided path. Available Options: warn: Output a warning but do not fail the action error: Fail the action with an error message ignore: Do not output any warnings or errors, the action does not fail nowarn
retention-daysDuration after which artifact will expire in days. 0 means using default retention. Minimum 1 day. Maximum 90 days unless changed from the repository settings page. no
release-upload-urlURL used to upload files to release.no
upload-release-filesWhether to upload files to release.nofalse
retry-limitNumber of times to retry uploading a file if it fails. Minimum 0. Maximum 10. no3
retry-intervalNumber of seconds to wait between upload attempts. Minimum 1. Maximum 10. no3
github-tokenGitHub token to use for authenticationno${{ github.token }}

no outputs