3
0
Fork 0
mirror of https://github.com/actions/download-artifact.git synced 2025-01-18 08:34:44 +01:00

Merge pull request #372 from andyfeller/patch-1

Update MIGRATION.md
This commit is contained in:
Rob Herley 2025-01-10 12:01:23 -05:00 committed by GitHub
commit 7fba95161a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -206,4 +206,4 @@ jobs:
+ pattern: my-artifact-* + pattern: my-artifact-*
``` ```
Note that this will download all artifacts to a temporary directory and reupload them as a single artifact. For more information on inputs and other use cases for `actions/upload-artifact/merge@v4`, see [the action documentation](../merge/README.md). Note that this will download all artifacts to a temporary directory and reupload them as a single artifact. For more information on inputs and other use cases for `actions/upload-artifact/merge@v4`, see [the action documentation](https://github.com/actions/upload-artifact/blob/main/merge/README.md).