geekyeggo/Delete Artifact

Delete artifacts created within the workflow run.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 14, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: geekyeggo/delete-artifact@176a747ab7e287e3ff4787bf8a148716375ca118 # v6.0.0

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

namedescriptionrequireddefault
nameThe name of the artifact to delete; multiple names can be supplied on new lines.yes
tokenGitHub token with read and write access to actions for the repository.no${{ github.token }}
useGlobIndicates whether the name, or names, should be treated as glob patterns.notrue
failOnErrorIndicates whether the action should fail upon encountering an error.notrue

no outputs