barecheck / code-coverage-action

GitHub Action that generates code coverage reports
https://barecheck.com
MIT License
62 stars 14 forks source link

Node12 actions are deprecated #232

Closed rvalitov closed 1 year ago

rvalitov commented 1 year ago

Hello! I get messages in the logs of the actions:

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

Everything works, but such warning messages are annoying.