Skip to content

Commit d00351b

Browse files
authoredJan 29, 2024
Merge pull request #509 from markmssd/patch-1
Update limitation of `10` artifacts upload to `500`
2 parents 26f96df + 707f5a7 commit d00351b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ jobs:
408408

409409
### Number of Artifacts
410410

411-
Within an individual job, there is a limit of 10 artifacts that can be created for that job.
411+
Within an individual job, there is a limit of 500 artifacts that can be created for that job.
412412

413413
You may also be limited by Artifacts if you have exceeded your shared storage quota. Storage is calculated every 6-12 hours. See [the documentation](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending) for more info.
414414

0 commit comments

Comments
 (0)
Please sign in to comment.