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

CI Github Actions deprecations #1190

Open
2 tasks
ptheywood opened this issue Mar 15, 2024 · 2 comments · May be fixed by #1200
Open
2 tasks

CI Github Actions deprecations #1190

ptheywood opened this issue Mar 15, 2024 · 2 comments · May be fixed by #1200

Comments

@ptheywood
Copy link
Member

ptheywood commented Mar 15, 2024

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

  • Update CI actions to node js 20
  • Update actions/upload-artifact and actions/download-artfact to v4 where required.
@ptheywood ptheywood added the CI label Mar 15, 2024
@ptheywood
Copy link
Member Author

We also need to upgrade use of actions/upload-artifact and actions/download-artifact to v4 by 2024-11-30

Starting November 30, 2024, GitHub Actions customers will no longer be able to use v3 of actions/upload-artifact or actions/download-artifact. Customers should update workflows to begin using v4 of the artifact actions as soon as possible. While v4 of the artifact actions 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.

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

ptheywood added a commit that referenced this issue Apr 24, 2024
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

This is blocked by Node 20 actions not being compatible with Centos7 containers due to glibc requirements.

Hopefully this is resolved by github before 2024-11-30...

See #1200 for the failing implementation of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant