Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8688a86

Browse files
authored
Update readme to reflect new artifact/job limit
1 parent 73d8b66 commit 8688a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)