coverallsapp / github-action

Coveralls Github Action
https://coveralls.io
MIT License
458 stars 76 forks source link

The `set-output` command is deprecated and will be disabled soon. #135

Closed Apollon77 closed 1 year ago

Apollon77 commented 1 year ago

We get some warnings on GitHub when using the action (master version):

Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

gabririgo commented 1 year ago

also this warning is produced:

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: coverallsapp/github-action

jakirkham commented 1 year ago

Was just setting this up using the latest version today and saw this warning.

robsonpeixoto commented 1 year ago

The PR https://github.com/coverallsapp/github-action/pull/139 address it

mrexox commented 1 year ago

Hey! In a new @v1.2.1 and @v1 (and also @master) versions this is fixed. Please, upgrade!