aquiladev/ipfs-action

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

PaulRBerg opened this issue · 3 comments

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/

Screenshot 2022-12-12 at 7 26 06 PM

What version of action do you use?

Bumped version of @actions/core package, it should solve the issue. Try ipfs-action@v0.3.1

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.