Skip to content
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

Upgrade upload-artifact and download-artifact actions to version 4 #3

Open
shraddha opened this issue Dec 27, 2024 · 1 comment
Open
Assignees

Comments

@shraddha
Copy link
Collaborator

Currently we are using version 3 for upload-artifact and download-artifact actions.
We need to upgrade it to version 4 for better compatibility and improving performance optimizations during uploading and downloading in a faster and efficient way.

@shraddha
Copy link
Collaborator Author

We have tried to do this a few months back. But we had to change it back to version 3
Reference - cdc3bd0

The reason for this downgrade was - If an experiment contained more number of files and if they are uploaded parallelly, it stopped working causing more problems.

So, during this upgrading we should make sure the parallel uploading (or downloading) of files should be handled well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants