actions-rindeal/Upload Artifact
Upload a build artifact
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 22, 2024
- License
- GPL 3.0
Pinned Snippet
uses: actions-rindeal/upload-artifact@62d3610793361175e2d860b409e5373db4a11555 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Artifact name | — | artifact |
| path | A file, directory or wildcard pattern that describes what to upload | — | — |
| if-no-files-found | The desired behavior if no files are found using the provided path | — | warn |
| retention-days | Duration after which artifact will expire in days. 0 means using default retention. | — | — |
| compression-level | The level of compression for Zlib to be applied to the artifact archive | — | 6 |
| overwrite | If true, an artifact with a matching name will be deleted before a new one is uploaded | — | false |
Outputs
| name | description |
|---|---|
| artifact-id | The ID of the artifact that was uploaded |
| artifact-url | The download URL for the artifact |
| artifact | JSON with metadata of the uploaded artifact |