From 6c4932fa668115386b92b4370211f9e241ac69ad Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Sun, 9 Jun 2024 17:58:51 -0700 Subject: [PATCH] Fix merge readme link --- docs/MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index b31dc26..cb8d3de 100644 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -205,4 +205,4 @@ jobs: + 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).