On Thu, Jul 30, 2020, 1:35 PM Adam Feuer <a...@starcat.io> wrote: > I didn't know this, but storing artifacts for 90 days is free for open > source projects on Github. > > This action can be used to upload the artifact: > https://github.com/actions/upload-artifact > > Looks like there is a REST API for listing and downloading artifacts: > https://developer.github.com/v3/actions/artifacts/ > > And the Github CLI can probably use those APIs: https://cli.github.com/
Yes we already use that functionally for storing the code buddle used for the test run (os,apps,testing) --Brennan