You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that requires node20 which isn't compatible with the container used (see #21133 and #21172), although feel free to dig into the git history and/or experiment more!
Describe the bug
According to https://github.blog/changelog/2024-11-05-notice-of-breaking-changes-for-github-actions/#artifacts-v3-brownouts, the
actions/upload-artifacts@v3
behaviour is being deprecated and removed. Timeline:This affects the Linux build-wheels jobs which run in a container, and require node16 compatibility (only available in v3, not v4, of this action).
pants/src/python/pants_release/generate_github_workflows.py
Line 902 in 9244fcc
We'll need to remove the usage of this from all active branches, or CI will fail.
Options:
Pants version
N/A
OS
N/A
Additional info
Related discussion happened in: #21133
The text was updated successfully, but these errors were encountered: