Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners by lvpx · Pull Request #1118 · actions/cache (original) (raw)
Description
This PR adds changes to fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners. Please see this PR in actions/toolkit for changes.
Motivation and Context
Fixes #1110
Fixes #1114
Potentially fixes #1116
How Has This Been Tested?
Tested with all hosted runners using workflows and ensured all test cases pass on CI.
Screenshots (if appropriate):
Types of changes
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Documentation (add or update README or docs)
Checklist:
- My code follows the code style of this project.
- My change requires a change to the documentation.
- I have updated the documentation accordingly.
- I have read the CONTRIBUTING document.
- I have added tests to cover my changes.
- All new and existing tests passed.