Skip to content

Commit a1cf9db

Browse files
bkeroclaude
andcommitted
ci: pin upload-artifact back to v4 (act compat)
actions/upload-artifact v5+ sends a `mime_type` protobuf field that act's built-in artifact server cannot decode (nektos/act#6022). The fix PR (nektos/act#6053) is still unmerged, so pin to v4 — the last major that works under local act — until upstream lands the fix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fea5117 commit a1cf9db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
awk -v c="$TOTAL" 'BEGIN { if (c+0 < 80) { print "FAIL: coverage " c "% is below the 80% threshold"; exit 1 } }'
5757
5858
- name: Upload coverage report
59-
uses: actions/upload-artifact@v7
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: coverage
6262
path: coverage.out

0 commit comments

Comments
 (0)