dhawalseth
dhawalseth
### What happened? When using download-artifacts/v4 action with large files (tried with 6G and 25G) that have been uploaded using upload-artifacts/v4, there are times when it fails to download the...
Add max-attempts input. Along with changes in https://github.com/actions/toolkit/pull/1657, this would help tackle issues like https://github.com/actions/download-artifact/issues/276
To support CentOS 7 that is not compatible with node20, we need to keep a fork of v4 release that would work with centOS 7 self-hosted runners Ref issue: https://github.com/actions/runner/issues/2906
Support max attempts as an input for download artifacts. This would help with problems like https://github.com/actions/download-artifact/issues/276
To support CentOS 7 that is not compatible with node20, we need to keep a fork of v4 release that would work with centOS 7 self-hosted runners Ref issue: https://github.com/actions/runner/issues/2906
With the new semver resource version (1.3.4) we are observing this issue that the history of semver versions is not maintained and only the latest version is listed ![Screen Shot...