Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/transferwise/download-repo-artifact


https://github.com/transferwise/download-repo-artifact

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# transferwise/download-repo-artifact Action

This action downloads artifacts produced by previous workflow runs in
the same repository. These don't have to have been uploaded by the same
workflow.

If you want to download an artifact in the same workflow run as it was
uploaded, see
[actions/download-artifact](https://github.com/actions/download-artifact).

## Example usage

```
uses: transferwise/download-repo-artifact@v1
with:
name: service-jar
path: lib/build/ # default: . (current directory)
```