GeekyEggo / delete-artifact

A GitHub Action to deletes artifacts within the workflow run.
MIT License
192 stars 51 forks source link

Use @actions/artifact #24

Closed s-weigand closed 7 months ago

s-weigand commented 7 months ago

This replaces ArtifactClient with DefaultArtifactClient from @actions/artifact, eliminating the need for a token and fixing permission errors.

closes #19 closes #21

jsnel commented 7 months ago

The PR branch has been successfully tested in our CI, here.

Screenshot for posterity: image

GeekyEggo commented 7 months ago

Thanks for your help @s-weigand, these changes look good. 🙌

To reduce the risk of introducing a regression, and for sanity's sake, I'll publish these as a new major release, v5.