Jose R. Gonzalez
Jose R. Gonzalez
Hey folks, just wanted to add more information here. To me, it would seem like https://github.com/operator-framework/operator-sdk/pull/6222 is a potential fix to this problem, given the error comes from that proxy...
@shlee519 please rebase this pull request off of main.
Thanks for the submission. I believe this should be fixed, however - there was a broken redirect that should now be working.
This should be fixed. There was a broken redirect at the CDN. Let us know if you see further issues.
cc @divyansh42 let me know what information I can provide. I don't think I see any changes in this repo in that time frame, but I'm having trouble debugging further....
Opened an issue against actions/runner-images to see if their recent releases have some kind of issue causing this: https://github.com/actions/runner-images/issues/10211
Folks, I think the underlying problem is here: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ I don't see this problem on Node16, just Node20. GitHub Actions are replacing Node16 with Node20 by default now. I tried...