Skip to content

Commit 34c2431

Browse files
authored
Fix inconsistencies in README file
1 parent 3eadd8b commit 34c2431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ There is also a new sub-action, `actions/upload-artifact/merge`. For more info,
5959
### Breaking Changes
6060

6161
1. On self hosted runners, additional [firewall rules](https://github.com/actions/toolkit/tree/main/packages/artifact#breaking-changes) may be required.
62-
2. Uploading to the same named Artifact multiple times.
62+
2. Uploading to the same named Artifact from multiple jobs.
6363

64-
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.
64+
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.
6565

6666
3. Limit of Artifacts for an individual job. Each job in a workflow run now has a limit of 500 artifacts.
6767
4. With `v4.4` and later, hidden files are excluded by default.

0 commit comments

Comments
 (0)