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

workflows/print-rollouts: bump actions/upload-artifact to v4 #1016

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

marmijo
Copy link
Member

@marmijo marmijo commented Feb 4, 2025

actions/upload-artifact version 3 was deprecated and starting January 30, 2025, users are no longer able to use it[1]. Update the use of upload-artifact in the print-rollouts workflow to version 4. Uploaded artifacts are now immutable, so add overwrite: true as noted in the "breaking changes"[2]

[1]: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
[2]: https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md#overwriting-an-artifact

actions/upload-artifact version 3 was deprecated and starting January
30, 2025, users are no longer able to use it[1]. Update the use of
upload-artifact in the print-rollouts workflow to version 4.
Uploaded artifacts are now immutable, so add `overwrite: true` as noted
in the "breaking changes"[2]

[1]: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
[2]: https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md#overwriting-an-artifact
Copy link
Member

@dustymabe dustymabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@aaradhak aaradhak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marmijo marmijo merged commit 14e3e55 into coreos:main Feb 4, 2025
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.

3 participants