Hyperfoil / Horreum

Benchmark results repository service
https://horreum.hyperfoil.io/
Apache License 2.0
33 stars 30 forks source link

Node vesion used by Github Action. #1423

Closed whitingjr closed 3 months ago

whitingjr commented 4 months ago

Describe the bug

Builds are failing due to the version of Node use to run the action. Currently 16.

build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 
actions/upload-artifact@v3
. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Node

What is the version of Node ?

16
lampajr commented 4 months ago

Hey @whitingjr, I double checked and it seems that just two actions (that we are using) are still running on node16:

whitingjr commented 4 months ago

@lampajr this is good to hear. do you want to create a PR for the Backporting action ? Then version bump Welcome when available from upstream.

lampajr commented 4 months ago

@lampajr this is good to hear. do you want to create a PR for the Backporting action ? Then version bump Welcome when available from upstream.

Sure, here it is: https://github.com/Hyperfoil/Horreum/pull/1487