ethanjli/Download File with Caching
Downloads an individual file from a URL or loads it from a cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL of the file to download | yes | — |
| destination | Path to write the downloaded file to, or to load the cached file from | yes | — |
| cache-key | An explicit key for a cache entry | no | — |
| enable-cross-os-archive | An optional boolean when enabled, allows Windows runners to save or restore caches that can be restored or saved respectively on other platforms | no | false |
Outputs
| name | description |
|---|---|
| destination | Path of the downloaded file |