mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[PR #2402] [MERGED] fix: artifact v4 upload above 8MB #2428
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#2428
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/2402
Author: @ChristopherHX
Created: 7/20/2024
Status: ✅ Merged
Merged: 9/7/2024
Merged by: @mergify[bot]
Base:
master← Head:fix-artifact-v4-upload-above-8MB📝 Commits (3)
04d3facfix: artifact v4 upload above 8MBcf470f5Merge branch 'master' into fix-artifact-v4-upload-above-8MB0ff30c5Merge branch 'master' into fix-artifact-v4-upload-above-8MB📊 Changes
1 file changed (+12 additions, -6 deletions)
View changed files
📝
pkg/artifacts/arifacts_v4.go(+12 -6)📄 Description
Multiple chunks are uploaded with type "block" without using "appendBlock", my .net Implementation didn't have different handling for these upload type and this solves the issue for act itself
8MB seems to be the chunk size
Closes #2351
Closes #2371
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.