dsaltares / fetch-gh-release-asset

Github Action to download an asset from a Github release
MIT License
114 stars 70 forks source link

Use of deprecated `set-output` feature #52

Closed marktarry-mobysoft closed 2 years ago

marktarry-mobysoft commented 2 years ago

Version 1.0.0 of this action is now generating the following warnings in all workflows:

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/

image

marktarry-mobysoft commented 2 years ago

Nevermind, I can see that this has already been resolved: https://github.com/dsaltares/fetch-gh-release-asset/pull/51