0

My project has enabled github code spaces, while cleaning up the github actions in the project I noticed a depreciation warning in a job I did not recognize: Codespaces Prebuild. Obviously this is related to the code-spaces feature we use.

Node.js 12 actions are deprecated

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/upload-artifact@v2`

The fix for above problem is trivial just change actions/upload-artifact@v2 to actions/upload-artifact@v3 but the source code for this action does not seem to be defined in my project and I assume it resides in a repo owned by github.

So the question is where is this action defined or to where can I submit a pull request/bug report?

Ken White
  • 123,280
  • 14
  • 225
  • 444
Simson
  • 3,373
  • 2
  • 24
  • 38
  • Why is there a close vote? I think it is very software development related and tagged correctly. Please advice on how to improve the question. – Simson Dec 23 '22 at 02:47

0 Answers0