Skip to content

Commit

Permalink
Update limitation of 10 artifacts upload to 500
Browse files Browse the repository at this point in the history
According to #470 (comment), the limitation has been raised from `10` to `500`. This PR simply updates the docs to reflect the change.
  • Loading branch information
markmssd committed Jan 27, 2024
1 parent 26f96df commit 707f5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -408,7 +408,7 @@ jobs:

### Number of Artifacts

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

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.

Expand Down

0 comments on commit 707f5a7

Please sign in to comment.