[PR #2402] [MERGED] fix: artifact v4 upload above 8MB #2428

Closed
opened 2026-03-01 21:55:24 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: fix-artifact-v4-upload-above-8MB


📝 Commits (3)

  • 04d3fac fix: artifact v4 upload above 8MB
  • cf470f5 Merge branch 'master' into fix-artifact-v4-upload-above-8MB
  • 0ff30c5 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2402 **Author:** [@ChristopherHX](https://github.com/ChristopherHX) **Created:** 7/20/2024 **Status:** ✅ Merged **Merged:** 9/7/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `fix-artifact-v4-upload-above-8MB` --- ### 📝 Commits (3) - [`04d3fac`](https://github.com/nektos/act/commit/04d3fac571813671e37e11c493cafc35ae71c69b) fix: artifact v4 upload above 8MB - [`cf470f5`](https://github.com/nektos/act/commit/cf470f56090c1126ab510afb6b9d5a3a12cab825) Merge branch 'master' into fix-artifact-v4-upload-above-8MB - [`0ff30c5`](https://github.com/nektos/act/commit/0ff30c5530027895601ab4c592455448f1ad9633) Merge branch 'master' into fix-artifact-v4-upload-above-8MB ### 📊 Changes **1 file changed** (+12 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `pkg/artifacts/arifacts_v4.go` (+12 -6) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2428
No description provided.