-
Notifications
You must be signed in to change notification settings - Fork 746
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
[feat req] Upgrade action to use node20 #444
Comments
I'm now seeing:
in a GitHub-hosted The latest version of Lines 26 to 28 in a8a3f3a
|
🤔 the community is telling GitHub that GitHub deprecated Node 16?
|
👋 We've disabled the deprecation warning for now until we can get all of our official actions onto Node 20. |
It certainly makes sense to disable the warning and coordinate an across-the-board solution set for GitHub's own actions. Otherwise there would be significant wasted user activity looking for solutions which are not available. |
We released v4 upload-artifact and download-artifact today! https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/ With it the action moves over to the node20 (there are a ton of other improvements as well) v4 is a complete rewrite from scratch that we've been working on for a long time and we were really close to getting it out . Because of GHES customers that use the artifact actions and some compatibility concerns, We're probably going to cut a separate Recommend upgrading to v4 today! 😃 |
Can you say when the deprecation warning will be re-enabled? Are there still other gating factors to be completed? Edit: The deprecation warning for |
@takost do you know if we have a timeline we can share for that Node 20 deprecation warning? |
@konradpabjan Any update on this? Node 16 is being removed soon and there is quite a lot of work to migrate all of our workflows to support v4. |
@AngellusMortis how do you know when? |
Because I am able to read the article and do basic math:
"Spring 2024" is less then 2 months away. |
Bump up to actions/upload-artifact@v4 compatible with node20. Ref: actions/upload-artifact#444 (comment) Finalize #6445
What would you like to be added?
Upgrade action to use node20
Why is this needed?
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
The text was updated successfully, but these errors were encountered: