warewulf / warewulf

Warewulf is a stateless and diskless container operating system provisioning system for large clusters of bare metal and/or virtual systems.
https://warewulf.org
Other
236 stars 84 forks source link

Upgrade GitHub Actions to Artifacts v4 #1529

Open anderbubble opened 2 hours ago

anderbubble commented 2 hours ago

GitHub is deprecating Artifacts v3.

Artifact actions v3 will be deprecated by December 5, 2024. You are receiving this email because you have GitHub Actions workflows using v3 of actions/upload-artifact or actions/download-artifact. After this date using v3 of these actions will result in a workflow failure. Artifacts within their retention period will remain accessible from the UI or REST API regardless of the version used to upload.

To raise awareness of the upcoming removal, we will temporarily fail jobs using v3 of actions/upload-artifact or actions/download-artifact. Builds that are scheduled to run during the brownout periods will fail. The brownouts are scheduled for the following dates and times:

November 14, 12pm - 1pm EST November 21, 9am - 5pm EST What you need to do Update workflows to begin using v4 of the artifact actions as soon as possible. While v4 improves upload and download speeds by up to 98% and includes several new features, there are key differences from previous versions that may require updates to your workflows. Please see the documentation in the project repositories for guidance on how to migrate your workflows.

anderbubble commented 1 hour ago

@JasonYangShadow could you update this?