forked from actions/runner
-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add @actions/artifact
v2.0.0+
and upload-artifact@v4+
support
#205
Labels
enhancement
New feature or request
Comments
the action v4 is rolled out for .com Some details written here nektos/act#2135 |
Status Update Uploading Artifacts works. The SignedUploadUrl has to correctly return 201, next steps are to really store them in the backend and allow downloading. Also the SignedUploadUrl needs to be signed by our rsa private key, because we don't get our jwt token passed to that url
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GitHub Decided to not implement any kind of fallback for old backends.
See https://github.com/actions/toolkit/blob/c9dab8c79daa06e0897ededaf7de9c351d22fec3/packages/artifact/README.md
github.api_url
to point to this backend and forward all non mapped apis to the real backend... (Maybe add a flag to restore current behavior)It's no longer possible to download artifacts without using the public rest api, but it seems like we no longer need to wait for completion of the workflow run otherwise it would break everything.
The text was updated successfully, but these errors were encountered: