-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error because of deprecated version of actions/upload-artifact: v3 #141
Comments
Looks like someone has proposed a fix in #140 |
Is GitHub rolling out these failures gradually? The announcement states that they will cause an error starting on January 30th but we're seeing this error now as well (somewhat sporadically) |
I was asking around, but does anyone know how to get a dependency tree for GH actions that led you here? I had to hunt and peck all my actions and their dependencies to get here. |
Needed because older versions were using a soon-to-be-deprecated action: awalsh128/cache-apt-pkgs-action#141
PR has been merged and new package published as https://github.com/awalsh128/cache-apt-pkgs-action/releases/tag/v1.4.3 Still need to update the v1 and latest tags; will do tonight PT time. In the meantime, switch to the explicit version. |
There is another notice that points out brownouts for the package for 2025-01-09. Although being a dependency we get a blackout. :( |
This has been fixed, thanks |
Needed because older versions were using a soon-to-be-deprecated action: awalsh128/cache-apt-pkgs-action#141
Thanks for confirming. Will close once alias tags are updated. |
This is happening again to us with |
Same here. I noticed in my action log, downloaded tarball SHA is |
We had the same issue. We explicitly set the version to |
#145 is already an open issue to update the tags. Hoping to get it done tonight. |
My github action failed with the following error:
I have a list of actions I'm using, and the error doesn't state a clear source of the error, but this repository seems to be the only one pointing towards upload-artifact v3, at https://github.com/awalsh128/cache-apt-pkgs-action/blob/master/action.yml#L88
The text was updated successfully, but these errors were encountered: