assignUser opened a new issue, #14773:
URL: https://github.com/apache/arrow/issues/14773

   ### Describe the enhancement requested
   
   The gh cli has functionality that allows the direct download of artifacts:
   ```
   $ gh run download --help                                                     
                                     
   Download artifacts generated by a GitHub Actions workflow run.
   
   The contents of each artifact will be extracted under separate directories 
based on
   the artifact name. If only a single artifact is specified, it will be 
extracted into
   the current directory.
   
   
   USAGE
     gh run download [<run-id>] [flags]
   
   FLAGS
     -D, --dir string            The directory to download artifacts into 
(default ".")
     -n, --name stringArray      Download artifacts that match any of the given 
names
     -p, --pattern stringArray   Download artifacts that match a glob pattern
   ```
   This would make it unnecessary to upload the artifacts as releases to make 
them easily available outside of the workflow run. (Except nightlies we don't 
publish anywhere else) 
   
   
   ### Component(s)
   
   Archery


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to