Push to Github Fails

Hello,

I am trying to push my project to Github but I get the following error : “Error: This request has been automatically failed because it uses a deprecated version of actions/cache: v2. Please update your workflow to use v3/v4 of actions/cache to avoid interruptions. Learn more: Notice of upcoming releases and breaking changes for GitHub Actions - GitHub Changelog” I guess the actions/cache version in the deploy file should be updated but I can’t do it manually.

Thanks for your help

Seems like it’s a scheduled brownout by GitHub to raise awareness of depreciation.
This one is scheduled to end at 10pm UTC, but “after March 1st, 2025, the workflows [using this version] will fail”.

1 Like

Thank you for your answer.

1 Like

We have fixed the issue. Please try publishing now.

2 Likes

Thank you to the team for the quick fix!