-
Notifications
You must be signed in to change notification settings - Fork 39
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
#534
Comments
@wlwyrick I couldn't reproduce the warning you've reported. Here is a recent run of this action: https://github.com/robinraju/release-downloader/actions/runs/3267845900/jobs/5373546975 Could you please add a screenshot or link to your failed run (if its public) |
The repo is private, so I can't send a link. I got this warning multiple times and replaced all the set-output commands in the workflow, but still got one remaining. Since the workflow only uses one action, I thought this was what was causing the warning. If you don't use set-output, then it must be caused by something else. |
Hi there, I made a minimal project to reproduce this issue. (https://github.com/jonz94/release-downloader-issue/actions/runs/3269517029/jobs/5377102326#step:3:16) And I also found that the issue can be fixed by upgrading |
The pr from @jonz94 is merged. You may test it using the commit hash.
|
Describe the bug
When run, the following warning is received. Would you make the suggested change? Thanks!
"The
set-output
command is deprecated and will be disabled soon. Please upgrade to using Environment Files."To Reproduce
Steps to reproduce the behavior:
Expected behavior
No warning.
Screenshots
Action Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: