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

Use Environment Files instead of set-output in GitHub workflows #575

Closed
kate-goldenring opened this issue Apr 10, 2023 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@kate-goldenring
Copy link
Contributor

We are getting depreciating warnings in our workflows (for example: https://github.com/project-akri/akri/actions/runs/4639914706):

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/

Support it being removed June 1, 2023. Looks like we do not directly use set-output so I wonder if we are bringing it in through one of the actions we use and simply need to update them. For example, bumping actions/upload-artifact@v2 to actions/upload-artifact@v3 may help

@kate-goldenring kate-goldenring added the bug Something isn't working label Apr 10, 2023
@kate-goldenring kate-goldenring changed the title Use Environment Files. instead of set-output in GitHub workflows Use Environment Files instead of set-output in GitHub workflows Apr 10, 2023
@jbpaux
Copy link
Contributor

jbpaux commented Apr 11, 2023

The PR related to updating GH actions should solve this too #548

@jbpaux
Copy link
Contributor

jbpaux commented Apr 17, 2023

You can close this issue, it's been resolved as you can see in the latest runs https://github.com/project-akri/akri/actions/runs/4723946299 🥳

@kate-goldenring
Copy link
Contributor Author

thanks @jbpaux!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants