#50251: build: skip archiving patch conflict fix artifact
Merged
Created: Mar 13, 2026, 2:53:34 PM
Merged: Mar 13, 2026, 4:49:05 PM
2 comments
Target: main
Description of Change
Follow-up to #50235 — addresses review feedback from @dsanders11.
The update-patches artifact is a single .patch file, so zipping it adds unnecessary overhead. With archive: false, gh run download fetches the raw file directly without requiring a decompression step.
Checklist
- PR description included
-
npm testpasses — N/A, workflow config only - tests are changed or added — N/A
- relevant documentation is changed or added — N/A
Release Notes
Notes: none
Backports
41-x-y
In-flightSemver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron