Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
CallMeGreg opened this issue Apr 7, 2023 · 2 comments
Closed

Comments

@CallMeGreg
Copy link

While using the latest version of the upload-app action nowsecure/nowsecure-action/upload-app@v3 there is a warning about the soon to be disabled set-output command:

Warning: 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/

@ghost
Copy link

ghost commented Apr 10, 2023

Thanks for the report. We don't use the set-output command directly, but rather through @actions/core. I made an issue there, because it seems that both the new way and old way are being used which means that while the action works correctly under both scenarios, we still get a deprecation warning. I asked for some clarification here: actions/toolkit#1336 (comment)

@ghost ghost mentioned this issue May 19, 2023
@ghost
Copy link

ghost commented May 19, 2023

Will be fixed in the next release. Thanks.

@ghost ghost closed this as completed May 19, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant