dsaltares / fetch-gh-release-asset

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

fix: `set-output` deprecating warning from GitHub #51

Closed pau1ocampos closed 1 year ago

pau1ocampos commented 1 year ago

Context

GitHub will deprecate set-output command as of 31st May 2023. @actions/core should be upgraded for v1.10.0. Please refer to this documentation.

Description

This pull request intends to upgrade @actions/core to v1.10.0 so that this action can be compliant with new GitHub requirements.

dsaltares commented 1 year ago

Thank you!