Skip to content

Releases: GeekyEggo/delete-artifact

v5.0.0

18 Mar 12:58
v5.0.0
24928e7
Compare
Choose a tag to compare

v4.1.0

13 Jan 15:23
v4.1.0
6504143
Compare
Choose a tag to compare
  • Add default token.
  • Fix over-arching catch output; errors now correctly result in a failed run (@TheMrMilchmann).

v4.0.0 Support for actions/upload-artifact@v4

24 Dec 20:05
v4.0.0
9d15d16
Compare
Choose a tag to compare
  • Add support for artifacts uploaded with actions/upload-artifact@v4.
  • Add requirement of token with read and write access to actions.
  • Update requests to use GitHub REST API.
  • Deprecate support for actions/upload-artifact@v1, actions/upload-artifact@v2, and actions/upload-artifact@v3 (please use geekyeggo/delete-artifact@v2).

v2.0.0 Glob support

12 Oct 13:41
54ab544
Compare
Choose a tag to compare

🚨 Breaking

  • Artifact names are now matched using glob pattern matching by default.

⭐ Added

  • Add support for glob pattern matching (fulfilled by minimatch).

♻ Changed

  • Updated action to use node v16
  • Updated dependencies.

🏠 Housekeeping

  • Action is now written in TypeScript.

v1.0.0 Preview Release

25 Apr 18:13
Compare
Choose a tag to compare

v1.0.0

  • Initial release of delete-artifact workflow action.
  • name; the artifact(s) to delete (created within the same workflow).
  • failOnError; when false the action will always succeed (non-critical).

Usage

- uses: geekyeggo/delete-artifact@v1
  with:
    name: my-artifact
    failOnError: true # optional, default true