From 34c2431528c80c4b1aebba0b2fc067e47f9026a2 Mon Sep 17 00:00:00 2001 From: Gary Sassano <10464497+garysassano@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:08:53 +0200 Subject: [PATCH] Fix inconsistencies in README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3cce8a9..1be2ab76 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ There is also a new sub-action, `actions/upload-artifact/merge`. For more info, ### Breaking Changes 1. On self hosted runners, additional [firewall rules](https://github.com/actions/toolkit/tree/main/packages/artifact#breaking-changes) may be required. -2. Uploading to the same named Artifact multiple times. +2. Uploading to the same named Artifact from multiple jobs. - Due to how Artifacts are created in this new version, it is no longer possible to upload to the same named Artifact multiple times. You must either split the uploads into multiple Artifacts with different names, or only upload once. Otherwise you _will_ encounter an error. + Due to how Artifacts are created in this new version, it is no longer possible to upload to the same named Artifact from multiple jobs. You _will_ encounter an error if you try to do so. 3. Limit of Artifacts for an individual job. Each job in a workflow run now has a limit of 500 artifacts. 4. With `v4.4` and later, hidden files are excluded by default.