Skip to content

fix(release): negotiate Actions artifact ZIP downloads - #14

Merged
Divaaaan merged 1 commit into
mainfrom
fix/actions-artifact-media-20260912
Sep 12, 2026
Merged

Divaaaan merged 1 commit into
mainfrom
fix/actions-artifact-media-20260912

Conversation

@Divaaaan

Copy link
Copy Markdown
Owner

The signed candidate inspector and promotion failed to download the completed Actions artifact: the archive endpoint returned HTTP 415 for Accept: application/octet-stream. The same authenticated read with application/vnd.github+json returned the expected archive redirect.

Separate API media negotiation from binary response decoding. Actions ZIP requests use the JSON API media type while retaining the byte limit and SHA check; release asset downloads continue using octet-stream. Candidate ownership, source/run/attempt, archive digest and signature checks remain unchanged.

Validation: the actual acquisition adapter regression was RED with HTTP 415 and is GREEN with the binary response reaching the existing SHA rejection. A separate adapter test verifies release asset byte readback still uses octet-stream. Full release/workflow policy suite: 93 passed, one filesystem-dependent case-alias test skipped on Windows. No package, VM, tag, release or updater channel was executed or changed by this patch.

@Divaaaan
Divaaaan marked this pull request as ready for review September 12, 2026 09:05
@Divaaaan
Divaaaan merged commit 15a4dec into main Sep 12, 2026
8 checks passed
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.

1 participant