-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 to actions/upload-artifact@v4
and actions/download-artifact@v4
#6650
Comments
FWICT, the For |
That would be useful for sure. If anyone knows of a way to accomplish that, let us know! |
@sean-r-williams if you'd like to submit a fix for the |
This issue has been automatically marked as inactive because it has not had any activity in the last 30 days. Although currently inactive, the issue could still be considered and actively worked on in the future. More details about the use-case this issue attempts to address, the value provided by completing it or possible solutions to resolve it would help to prioritize the issue. |
I think this is done. |
What is the underlying problem you're trying to solve?
GitHub Actions is currently using
actions/upload-artifact@v3
, which has known issues (see actions/upload-artifact#443). Looking at PRs like #6636, you can see several failed checks due to 503s from uploading the artifact.Describe the ideal solution
GitHub has released v4 of their Artifacts actions last December. According to a GitHub dev (see actions/upload-artifact#443 (comment)), these are powered by an entirely new backend that should resolve this issue.
Describe a "Good Enough" solution
If something is explicitly chaining OPA to v3 of the Artifacts actions, providing a mechanism for PR authors to trigger a rerun would be appreciated.
Additional Context
The text was updated successfully, but these errors were encountered: