actions / upload-artifact

MIT License
3.16k stars 710 forks source link

feat: bump to use node20 runtime, actions/checkout to v4 #434

Closed kbdharun closed 9 months ago

kbdharun commented 1 year ago

Description:

Node 16 reaches the end of life soon on 11 Sep 2023. This PR updates the default runtime to node20 (Node 20). I have also bumped the actions/checkout version to v4 for the same.

Closes #444

Related issue:

https://github.com/actions/runner/pull/2732


A major version bump might be needed after the PRs merge.

benaduggan commented 1 year ago

Bumping this! My workflows started failing as the newest GitHub runner deprecated node16. Can we get this merged soon?

erikburt commented 11 months ago

Closes #444.

kbdharun commented 9 months ago

Thanks, this seems to be superseded by another PR and a new release has been made.