Skip to content

Commit 1eb3cb2

Browse files
authored
Merge pull request #497 from actions/robherley/update-readme-limit
Update readme to reflect new artifact per job limit
2 parents 73d8b66 + 8688a86 commit 1eb3cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For more information, see the [`@actions/artifact`](https://github.com/actions/t
5454

5555
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.
5656

57-
3. Limit of Artifacts for an individual job. Each job in a workflow run now has a limit of 10 artifacts.
57+
3. Limit of Artifacts for an individual job. Each job in a workflow run now has a limit of 500 artifacts.
5858

5959
For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
6060

0 commit comments

Comments
 (0)