xresloader / upload-to-github-release

MIT License
52 stars 10 forks source link

warning on `set-output` command #38

Closed HiGarfield closed 1 year ago

HiGarfield commented 1 year ago

The action produces the following 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/

owent commented 1 year ago

This is reported by dependency package @action/github , and it already use GITHUB_OUTPUT now when the this environment is set. (Need upgrade github runner to 2.297.0 or greater)