From 1f20548b2e7cedb7985553cb1e4817f506441d90 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Fri, 14 Mar 2025 05:33:36 -0500 Subject: [PATCH] Clarify job output size calculation (#54832) --- data/reusables/actions/output-limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/output-limitations.md b/data/reusables/actions/output-limitations.md index d26de54a7ff7..4f564e8e29e3 100644 --- a/data/reusables/actions/output-limitations.md +++ b/data/reusables/actions/output-limitations.md @@ -1 +1 @@ -Outputs are Unicode strings, and can be a maximum of 1 MB. The total of all outputs in a workflow run can be a maximum of 50 MB. +Outputs can be a maximum of 1 MB per job. The total of all outputs in a workflow run can be a maximum of 50 MB. Size is approximated based on UTF-16 encoding.