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

Replace deprecated github actions with latest versions #1200

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ptheywood
Copy link
Member

Replace deprecated github actions with latest versions

  • actions/checkout due to nodejs 16 actions deprecation
  • actions/setup-python due to nodejs 16 actions deprecation
  • actions/upload-artifact due to v3 deprecation
  • actions/download-artifact due to v3 deprecation

Closes #1190

actions/checkout due to nodejs 16 actions deprecation
actions/setup-python due to nodejs 16 actions deprecation
actions/upload-artifact due to v3 deprecation
actions/download-artifact due to v3 deprecation

Closes #1190
@ptheywood
Copy link
Member Author

ptheywood commented Apr 24, 2024

Node 20 based actions are incompatible with centos7 due to glibc requirement apparently, meaning both checkout@v4 and upload-artifact@v4 are not compatible with manylinux2014 containers.

/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)

Just rolling these back but not rolling back other workflows is not viable as upload/download-artifact v3 and v4 are incompatible with one another, and that is how we attach wheels to the draft release (we could work around checkout with some effort).

See actions/checkout#1487, actions/runner#2906

Possibly resolved by #1194, if/when we drop manylinux 2014 support, but that seems not ideal. Hopefully GitHub will resolve this before November 30, 2024...

@ptheywood ptheywood mentioned this pull request Apr 25, 2024
2 tasks
@ptheywood ptheywood mentioned this pull request May 29, 2024
4 tasks
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.

CI Github Actions deprecations
1 participant