aquiladev / ipfs-action

GitHub Action for upload to IPFS. Supports Pinata, Infura pinning service as well as direct upload.
https://dapps-delivery-guide.readthedocs.io/
MIT License
177 stars 44 forks source link

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

Closed PaulRBerg closed 1 year ago

PaulRBerg commented 1 year ago

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
aquiladev commented 1 year ago

What version of action do you use?

aquiladev commented 1 year ago

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

PaulRBerg commented 1 year ago

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.