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

Fix generate binaries action after upload-artifacts bump #44

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

KYovchevski
Copy link
Collaborator

Dependabot bumped upload-artifacts from v3 to v4 which has a breaking change that artifacts with the same name can no longer be uploaded. As a result, the generate binaries action would need to be run 3 times to generate all the binaries, which is annoying.

The only fix outlined for this change is to upload different named artifacts. An alternative thing we can do is to do download the artifacts at the end and zip them together.

@Jasper-Bekkers Jasper-Bekkers merged commit 4d259df into main Feb 19, 2024
13 checks passed
@MarijnS95 MarijnS95 deleted the gen-binaries-fix branch March 5, 2024 11:18
@MarijnS95
Copy link
Member

MarijnS95 commented Mar 5, 2024

Oh that's sad and I hope there's a way to back out of that. The entire advantage was that we could build one downloadable artifact from multiple individual jobs 🙂

Good find though :)

EDIT: Reading https://github.com/actions/upload-artifact?tab=readme-ov-file#not-uploading-to-the-same-artifact, this is intentional and there's no way to go back to the old behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants