geekyeggo/Delete Artifact
Delete artifacts created within the workflow run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 14, 2026
- License
- MIT
Pinned Snippet
uses: geekyeggo/delete-artifact@176a747ab7e287e3ff4787bf8a148716375ca118 # v6.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the artifact to delete; multiple names can be supplied on new lines. | yes | — |
| token | GitHub token with read and write access to actions for the repository. | no | ${{ github.token }} |
| useGlob | Indicates whether the name, or names, should be treated as glob patterns. | no | true |
| failOnError | Indicates whether the action should fail upon encountering an error. | no | true |
Outputs
no outputs