Download file from URL and cache it in GitHub Actions
Version updated for https://github.com/mercury233/action-cache-download-file to version v1.2.0.
- This action is used across all versions by 9 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of downloading a file from a specified URL, verifying its integrity via an optional SHA256 hash, and caching it to prevent redundant downloads in future workflow runs. It simplifies file retrieval, ensures data integrity, and improves efficiency by leveraging caching mechanisms, making it ideal for workflows that require recurring access to external files.
What’s Changed
add verify sha256 hash
Full Changelog: https://github.com/mercury233/action-cache-download-file/compare/v1.1.0...v1.2.0