Skip to content

Fix gh run download fails on large artifacts due to uint32 limitation#3890

Merged
samcoe merged 1 commit intocli:trunkfrom
Yuuki77:fix-artifact-download
Jun 25, 2021
Merged

Fix gh run download fails on large artifacts due to uint32 limitation#3890
samcoe merged 1 commit intocli:trunkfrom
Yuuki77:fix-artifact-download

Conversation

@Yuuki77
Copy link
Contributor

@Yuuki77 Yuuki77 commented Jun 25, 2021

Fixes #3868

simply change uint32 to 'uint64' for size

@Yuuki77 Yuuki77 changed the title Fix that gh run download fails on large artifacts due to uint32 limitation Fix gh run download fails on large artifacts due to uint32 limitation Jun 25, 2021
Copy link
Contributor

@samcoe samcoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks good to me!

@samcoe samcoe merged commit c3e6fcc into cli:trunk Jun 25, 2021
@Yuuki77 Yuuki77 deleted the fix-artifact-download branch June 27, 2021 02:40
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.

gh run download fails on large artifacts due to uint32 limitation

2 participants