Skip to content

Commit

Permalink
Fix inconsistencies in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
garysassano authored Oct 3, 2024
1 parent 3eadd8b commit 34c2431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ There is also a new sub-action, `actions/upload-artifact/merge`. For more info,
### Breaking Changes

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

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

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

0 comments on commit 34c2431

Please sign in to comment.