Release

May 27, 20201 minute read

GitHub Actions: V2 cache actions

We have released v2 versions of the cache actions.

New features:

  • Added support for caching multiple paths, wildcard patterns path or single file path
  • Increased performance and improved cache sizes using zstd for compression for Linux and macOS runners
  • Allowed caching for all events with a ref
  • Created the @actions/cache npm package to allow other actions to utilize caching
  • Added a best-effort step to delete the archive after extraction to reduces storage space

For questions, visit the GitHub Actions community

Subscribe to our developer newsletter

Discover tips, technical guides, and best practices in our biweekly newsletter just for devs.

By submitting, I agree to let GitHub and its affiliates use my information for personalized communications, targeted advertising, and campaign effectiveness. See the GitHub Privacy Statement for more details.

GitHub Actions: V2 cache actions - GitHub Changelog