actions / upload-artifact

MIT License
3.25k stars 732 forks source link

[bug] actions/upload-artifact@v4 is uploading artifact but getting 404 when I want to download #645

Closed RitikaLaddha closed 1 week ago

RitikaLaddha commented 1 week ago

What happened?

I am uploading msi generated in CI pipeline, it shows success in uploading step, but when I click on the link I am getting 404 error

image image

And in artifact section it's not there

image

What did you expect to happen?

Ideally it should upload the artifact and I should be able to download it. It was working earlier

How can we reproduce it?

Not sure, as this action is working on feature branches but not on protected branches

Anything else we need to know?

No response

What version of the action are you using?

v4

What are your runner environments?

window

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

No response

RitikaLaddha commented 1 week ago

Found what was wrong in the workflow, Sorry for raising bug