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

Update to @actions/artifact 2.0 and use new artifact upload API #11

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

ptc-lfruehstueck
Copy link
Contributor

This change updates the action to use the new Artifacts v4 upload mechnism (via @actions/artifacts 2.0). For details about GitHub's Artifacts v4 release see: https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/

This is a breaking change because artifacts uploaded using this new mechanism cannot be downloaded using the older actions/download-artifacts action.

I also added the new compression-level input to match what the new actions/upload-artifact action provides.

@nanoufo
Copy link
Owner

nanoufo commented Jan 10, 2024

I'll create a new branch because it is a breaking change, and I am not sure that everyone uses a fixed version as said in the note in README.

@nanoufo nanoufo changed the base branch from main to v2 January 10, 2024 05:38
@nanoufo nanoufo merged commit e391c3f into nanoufo:v2 Jan 10, 2024
1 check passed
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.

2 participants