rook / rook

Storage Orchestration for Kubernetes
https://rook.io
Apache License 2.0
12.01k stars 2.65k forks source link

ci: usage of depricated dependencies in github actions workflows #14197

Closed NymanRobin closed 2 weeks ago

NymanRobin commented 2 weeks ago

Not exactly sure if this supposed to be reported as a bug but there seems to be some deprecated dependencies in github actions workflows that have been missed by dependabot that are generating warnings. See for example this workflow. They seem related actions/setup-go@v2, that is still left in some places should be bumped to v5. Then there is actions/upload-artifact@v2 that should be upgrade to v4, this promises more speed but states that it might require work according to this blog post

EDIT: The upload-artificat was already updated in master

NymanRobin commented 2 weeks ago

/assign

github-actions[bot] commented 2 weeks ago

Thanks for taking this issue! Let us know if you have any questions!