add additional integration test for merge all behavior

This commit is contained in:
Rob Herley
2024-01-23 11:15:52 -05:00
parent 90b0f8eed8
commit 53ef6987b3
2 changed files with 44 additions and 7 deletions

View File

@ -41,6 +41,8 @@ The release of upload-artifact@v4 and download-artifact@v4 are major changes to
For more information, see the [`@actions/artifact`](https://github.com/actions/toolkit/tree/main/packages/artifact) documentation.
There is also a new sub-action, `actions/upload-artifact/merge`. For more info, check out that action's [README](./merge/README.md).
### Improvements
1. Uploads are significantly faster, upwards of 90% improvement in worst case scenarios.