fix(release): negotiate Actions artifact ZIP downloads - #14
Merged
Merged
Conversation
Divaaaan
marked this pull request as ready for review
September 12, 2026 09:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 withapplication/vnd.github+jsonreturned 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.