-
Notifications
You must be signed in to change notification settings - Fork 11
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
ci: upgrade github artifact actions to v4 #615
Conversation
PAP-1233 #code-review
This won’t work with the current setup: #614 (comment) |
@bramkor since we will no longer support RHAT7/CentOS7, please use |
@derevnjuk @orubin note taken, thanks. |
@bramkor, please port your changes to the appropriate branch. You can simple merge master into next as follow:
|
Thanks @derevnjuk I guess you meant Right? |
@orubin yes, thanks 👍🏾 |
@orubin workflow is still failing (e.g. https://github.com/NeuraLegion/bright-cli/actions/runs/12128761278/job/33815969270). After migrating to ubi8, you should replace yum with microdnf. |
Thanks @derevnjuk - noted and appreciated. |
Update the GitHub Action upload-artifact from version 3 to version 4. The upgrade provides enhanced artifact handling, and compatibility with the latest GitHub Actions runtime features.