Summary
The CI build produces a deprecation warning: the workflow uses actions/checkout@v4, actions/setup-dotnet@v4, and actions/upload-artifact@v4, all of which run on Node.js 20.
Timeline
- 2 June 2026 — GitHub will force actions to run on Node.js 24 by default.
- 16 September 2026 — Node.js 20 will be removed from runners entirely.
Action required
Update the workflow file(s) to use action versions that support Node.js 24, once available (likely @v5 releases).
Reference
Summary
The CI build produces a deprecation warning: the workflow uses
actions/checkout@v4,actions/setup-dotnet@v4, andactions/upload-artifact@v4, all of which run on Node.js 20.Timeline
Action required
Update the workflow file(s) to use action versions that support Node.js 24, once available (likely
@v5releases).Reference