The `set-output` command is deprecated and will be disabled soon
PaulRBerg opened this issue · 3 comments
PaulRBerg commented
I just integrated this action in my CI workflow, and it worked smoothly. Thanks for creating this.
However, there seems to be a couple warnings in the CI logs after I run this action:
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/
aquiladev commented
What version of action do you use?
aquiladev commented
Bumped version of @actions/core
package, it should solve the issue. Try ipfs-action@v0.3.1
PaulRBerg commented
I was on master
, since this is what's used in the examples in the README.
I have now switched to v0.3.1
, and the warnings went away. Thank you.