You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because these have not been updated in 5+ years, they have some outdated and deprecated code that could stop working at any time. Mainly, they use the deprecated set-output command. This command was set to be removed in 2023, but that was postponed. However, the recommendation from GitHub is to update all workflows because save-state/set-output will still likely be removed in the future when overall usage of them decreases.
What is your proposed solution?
These actions should be replaced by others, or by our own code in each GitHub Action workflow.
The text was updated successfully, but these errors were encountered:
Hi @desrosj,
I am not sure but, how about we replace the deprecated GitHub Actions with GitHub CLI (gh), which is officially supported and actively maintained by GitHub?
What problem does this address?
The Build Gutenberg Plugin Zip workflow relies on the actions/upload-release-asset and actions/create-release actions. These actions are no longer maintained by GitHub and have been archived.
Because these have not been updated in 5+ years, they have some outdated and deprecated code that could stop working at any time. Mainly, they use the deprecated
set-output
command. This command was set to be removed in 2023, but that was postponed. However, the recommendation from GitHub is to update all workflows becausesave-state
/set-output
will still likely be removed in the future when overall usage of them decreases.What is your proposed solution?
These actions should be replaced by others, or by our own code in each GitHub Action workflow.
The text was updated successfully, but these errors were encountered: