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 GitHub Actions workflows to use v4 of artifact actions #53

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

Byrdman32
Copy link
Member

Summary

This pull request updates all GitHub Actions workflows to use v4 of actions/upload-artifact and actions/download-artifact in place of v3. These changes are necessary to ensure workflow compatibility with GitHub's deprecation of v3, which will be removed on January 30, 2025.

Details

  • Replaced actions/upload-artifact@v3 with actions/upload-artifact@v4
  • Reviewed and adjusted workflows as required to align with v4 behavior and key differences outlined by GitHub.

Motivation

GitHub has announced the deprecation and eventual removal of v3 for these actions. Using v4 improves artifact upload/download speeds by up to 98% and introduces new features. This update ensures:

  1. Continued operation of workflows beyond January 30, 2025.
  2. Avoidance of failures during the brownout periods:
    • January 9th, 12 PM – 1 PM EST
    • January 16th, 10 AM – 2 PM EST
    • January 23rd, 9 AM – 5 PM EST

Testing

  • Verified that all workflows complete successfully using v4.
  • Ensured artifacts are uploaded and downloaded correctly.
  • Checked for any changes in behavior between v3 and v4.

References

Checklist

  • Updated workflows to use v4
  • Tested workflows for compatibility
  • Documented the changes in this PR description

- Replaced actions/upload-artifact@v3 with actions/upload-artifact@v4
- Adjusted workflows to account for potential differences in v4 behavior

This update ensures compatibility with the upcoming removal of v3 by January 30, 2025, and avoids workflow failures during the scheduled brownout periods.
@Byrdman32 Byrdman32 added bug Something isn't working enhancement New feature or request actions Changes to GitHub actions labels Jan 8, 2025
@Byrdman32 Byrdman32 requested a review from a team January 8, 2025 05:09
@Byrdman32 Byrdman32 self-assigned this Jan 8, 2025
@Byrdman32 Byrdman32 merged commit 0e15637 into development Jan 8, 2025
2 checks passed
@Byrdman32 Byrdman32 deleted the hotfix/action-component-deprecation branch January 8, 2025 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actions Changes to GitHub actions bug Something isn't working enhancement New feature or request
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

2 participants