opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
207 stars 15 forks source link

task: Review Github Actions with deprecated node versions (inception-health/otel-upload-test-artifact-action@v1) #2692

Open ogenstad opened 7 months ago

ogenstad commented 7 months ago

Component

No response

Task Description

We've started to get these warnings in the CI pipeline.

backend-tests-unit Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: inception-health/otel-upload-test-artifact-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

It might be a while until it turns into a real problem but we should check to see if an update or replacement exists.

fatih-acar commented 7 months ago

That's part of the tests tracing stuff I recently merged, will check to fix this once the solution is validated.