You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the last version of the actions/cache we have started to receive the following error:
Failed to save: Unable to reserve cache with key ....., another job may be creating this cache. More details: This legacy service is shutting down, effective April 15, 2025. Migrate to the new service ASAP. For more information: https://gh.io/gha-cache-sunset
Warning: Cache save failed.
The error references the already announced service deprecation. However, using @v4 according to the documentation (or even specifying the last 4.2.3 release), it must work with the new service API.
Is there anything to change/update to start using the new API?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Similar issue, pinned to tag v4 and I and getting 422 from the service:
When attempting to save the cache, I get:
Failed to save: Unable to reserve cache with key 93fa68fe9dd436551cd506e3ea114524f8724348fba531a6157e72b89b8f9838, another job may be creating this cache. More details: This legacy service is shutting down, effective April 15, 2025. Migrate to the new service ASAP. For more information: https://gh.io/gha-cache-sunset
But there are no other jobs with this workflow.
When attempting to restore from cache, I get:
Warning: Failed to restore: Cache service responded with 422
Using the last version of the actions/cache we have started to receive the following error:
The error references the already announced service deprecation. However, using @v4 according to the documentation (or even specifying the last 4.2.3 release), it must work with the new service API.
Is there anything to change/update to start using the new API?
Thanks in advance!
The text was updated successfully, but these errors were encountered: