mirror of
https://github.com/gradle/actions.git
synced 2026-07-27 14:44:31 +02:00
This commit reverts the change in v3.0.0 of @actions/cache, that causes cache errors to be logged and swallowed. By allowing these errors to propogate, the action can take appropriate action and provide useful error messages. Fixes #407