Skip to content
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] stale version of file gets into artifact #586

Open
rusefillc opened this issue Jul 31, 2024 · 0 comments
Open

[bug] stale version of file gets into artifact #586

rusefillc opened this issue Jul 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rusefillc
Copy link

What happened?

Artifact contains not the latest content of file

I have gcc produce binary output file A
I invoke dd to change content of binary file A
I copy A to B-workaround
I upload both A and B-workaround as two separate artifacts

I get original unchanged content of A, and proper content of B-workaround file

What did you expect to happen?

I would expect latest version of file to be included in artifact

How can we reproduce it?

private repo but can probably attempt something public

Anything else we need to know?

No response

What version of the action are you using?

uses: actions/upload-artifact@v4

What are your runner environments?

linux

Are you on GitHub Enterprise Server? If so, what version?

No response

@rusefillc rusefillc added the bug Something isn't working label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant