mirror of
https://github.com/actions/download-artifact.git
synced 2025-01-18 08:34:44 +01:00
Update MIGRATION.md
Fixing the broken link pointing to `actions/upload-artifact` content outside of the repository. cc: @pedrolacerda
This commit is contained in:
parent
533298bc57
commit
f9ceb7763b
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue