-
Notifications
You must be signed in to change notification settings - Fork 770
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: update upload-artifact action #3689
Comments
Think this is causing errors in:
Found something here that could explain it: |
Thanks, GitHub Actions are hard to test locally (even if it is possible in most cases). |
Thanks for looking into it. There are many small steps in CI at the moment, but at some point it's all going to be sorted out :) |
fixed with 39ab647 |
It looks like it works on master, but still not on PRs :( in the log it seems to ignore ${{ matrix.runs-on }}
|
Test with #3702 |
As I needed to adopt the digest naming again and our security is working, new test with #3703 |
Good thing our security guards works perfectly. Bad thing: testing GitHub actions is now a pain. |
Test with #3704 |
Ok test looks good for the upload now, the merging is still failing: https://github.com/teslamate-org/teslamate/actions/runs/8089110554/job/22104597849?pr=3485 |
new test for merging with #3705 |
Merging works as expected, as path is not supported anymore, the working directory needs to be set beforehand, so follow-up steps can use the downloaded artifacts directly |
new test with #3706 |
Finally working with v4 action, https://github.com/teslamate-org/teslamate/actions/runs/8094659397?pr=3708 @micves fyi |
Thanks a lot, that looks like it was a rough one :| |
Run output: https://github.com/teslamate-org/teslamate/actions/runs/8035109824
--> Update to upload-artifact@v4
Breaking changes --> see Migration Guide
The text was updated successfully, but these errors were encountered: