Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use @actions/artifact #24

Merged
merged 4 commits into from
Mar 18, 2024
Merged

Conversation

s-weigand
Copy link
Contributor

@s-weigand s-weigand commented Mar 15, 2024

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

closes #19
closes #21

@jsnel
Copy link

jsnel commented Mar 17, 2024

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

Screenshot for posterity:
image

@GeekyEggo
Copy link
Owner

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.

@GeekyEggo GeekyEggo merged commit 7467c3c into GeekyEggo:main Mar 18, 2024
@s-weigand s-weigand deleted the use-actions-artifact branch March 18, 2024 12:21
@s-weigand s-weigand restored the use-actions-artifact branch March 19, 2024 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default token is not read automatically Tip: @actions/artifact added methods to delete artifacts
3 participants