action-download-artifact
action-download-artifact copied to clipboard
2Gb Limit on Artifacts
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?
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.
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.
PR for that would be needed, as well as some skilled JS developer to review the code.