action-download-artifact icon indicating copy to clipboard operation
action-download-artifact copied to clipboard

2Gb Limit on Artifacts

Open edwardsmith999 opened this issue 2 years ago • 3 comments

Thank you the excellent package.

When attempting to download an artifact of size 2.38Gb, at the inflating stage it raising an error. Downloading: built_OpenFOAM-v2106.zip (2.38 GB) ==> Extracting: built_OpenFOAM-v2106.zip inflating: built_OpenFOAM-v2106.tar Error: The value of "length" is out of range. It must be >= 0 && <= 2147483647. Received 2381434880

Is this a known limitation at 2Gb?

edwardsmith999 avatar Oct 20 '22 21:10 edwardsmith999

Maybe, did not try to download an artifact this big. Might be a fix for that in https://github.com/dawidd6/action-download-artifact/pull/175.

dawidd6 avatar Feb 28 '23 13:02 dawidd6

I also faced this issue while managing OS images.

Maybe, did not try to download an artifact this big. Might be a fix for that in #175.

That did not work as well.

tugaysolmaz avatar Oct 17 '23 09:10 tugaysolmaz

PR for that would be needed, as well as some skilled JS developer to review the code.

dawidd6 avatar Mar 16 '24 18:03 dawidd6