[GitHub deprecated the `node16` runtime for actions](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/) and using any action that still runs on `node16` emits warning to the workflow log. Please update the action to use `node20` runtime.