-
Notifications
You must be signed in to change notification settings - Fork 800
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
[bug] Artifact overwrite doesn't always work #571
Comments
Though FWIW, I don't think this is sole source of the problem. I suspect |
I seem to be hitting this issue while trying to setup dependency workflows (in my case, I don't actually want the job to be run multiple times, but it doesn't seem like there's a way to avoid it if I want to have clean dependency chains... anyway that's separate from this issue). I'm guessing the issue has to do with some race condition on when the failing upload detects the upstream file for deletion as mentioned above...
However, within the same workflow that happens to be building zlib multiple times, I see it being uploaded and overwritten
Seems pretty inconsistent. |
This has made GH Actions unusable for a project for me: https://github.com/test262-fyi/test262.fyi. Pretty sure this is some kind of race condition because this action's |
What happened?
I run the following:
I get:
I rerun it:
Why on earth doesn't the file get overwritten in both cases? What am I doing wrong?
What did you expect to happen?
I expected the file to be overwritten in both cases
How can we reproduce it?
Yesterday it worked but I cannot get it to work again, so I cannot go back to a state where it works as expected
Anything else we need to know?
No response
What version of the action are you using?
Tried both 4 and 4.3.1
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response
The text was updated successfully, but these errors were encountered: