coqui-ai / STT

🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
https://coqui.ai
Mozilla Public License 2.0
2.23k stars 270 forks source link

Bug: Update `set-output` calls for ci pipeline v3 #2351

Closed wasertech closed 1 year ago

wasertech commented 1 year ago

Update set-output calls to echo to GITHUB_OUTPUT, related to https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/. The only set-output in the actions that I haven't changed is in check_artifact_exists\dist\index.js since I don't know how to change it.

by @morganlittle from #2345

We should probably also edit any remaining set-output calls remaining to fully complete the upgrade from v2 to v3.

wasertech commented 1 year ago

https://github.com/actions/toolkit/pull/1178