From f9ceb7763ba1fdfd81b2e2f93aa1f6015ff6b35d Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Fri, 10 Jan 2025 11:56:44 -0500 Subject: [PATCH] Update MIGRATION.md Fixing the broken link pointing to `actions/upload-artifact` content outside of the repository. cc: @pedrolacerda --- docs/MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index f3e45ee..d56279e 100644 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -206,4 +206,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).