You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a bunch of workflows that have to upload the zipped assets to S3 after we do actions/upload-artifact@v4. GH storage is for short term, S3 being for long term storage.
What would you like to be added?
Why is this needed?
We have a bunch of workflows that have to upload the zipped assets to S3 after we do
actions/upload-artifact@v4
. GH storage is for short term, S3 being for long term storage.It would be great if we did not have to do this:-
But something like this instead:-
I did have a quick fish around the source, and it looks like the zipping operation is all kept in memory.
Obviously, I could just redownload the artifact but that feels wasteful as the zipped stream was just disposed of.
Cheers,
Indy
The text was updated successfully, but these errors were encountered: