Open tripleee opened 2 years ago
we're having the same issue.
We also have such issue. In our workflows we have parallel job, and for one job it always succeeds, but for other parallel jobs it always fails with exactly the same issue in Set up job step
I'm also experiencing the same exact issue with no changes in our end. Currently using v2 of this action.
I also saw some other issues that seem to be related:
Apparently also https://github.com/github/feedback/discussions/17656
Last failure was some 40 minutes ago; back to normal? Still I would like to understand what happened here and how one would diagnose and perhaps report this type of failure.
Works for me now.
The same occured to me just now. Are there any fixes or workarounds for this issue?
Same issue - working for months, and now not - using v3
Also seeing this issue since the last hour or two. Can't be coincidence that @philspencer-owd is also commenting on this >1yr old issue just now.
Probably a temporarily Github Actions outage?
We are getting this very frequently as well since yesterday
We started seeing this yesterday as well. It happens in the CodeQL analysis workflow.
Reverting the version to actions/checkout@v3.5.3
has fixed the issue for us. It seems that the generic tag v3
was updated before two weeks and since there we face this issue on our project.
Since earlier today, a Github Actions workflow which has been working reliably for many months has started failing with a tar error. Is there a disk space issue on the build node (in which case, how and where do I report that?) or something internal to the component? The log output provides no clues as to what's wrong.
Here's a recent failed run, with all the diagnostic arrows expanded (https://github.com/Charcoal-SE/SmokeDetector/runs/6703125729?check_suite_focus=true):
For comparison, here is a successful job from just a few minutes apart (https://github.com/Charcoal-SE/SmokeDetector/runs/6703075979?check_suite_focus=true)
When I checked recent builds, 5 out of 22 in the last hour had succeeded, the rest failed with this error.
The failing workflow is a simple run-of-the-mill one https://github.com/Charcoal-SE/SmokeDetector/blob/master/.github/workflows/build.yml
I created an issue within our project for tracking this; https://github.com/Charcoal-SE/SmokeDetector/issues/7046