From 23cf28744c639d5056dcf65330cdce1a7fb1bf3b Mon Sep 17 00:00:00 2001 From: Peter Mescalchin Date: Wed, 1 Dec 2021 15:37:11 +1100 Subject: [PATCH] Fix link and title to GitHub documentation page on `README.md` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6a3350..57d0b08 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ To reduce the chance of this happening, you can reduce the number of HTTP calls ## Additional Documentation -See [persisting workflow data using artifacts](https://help.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts) for additional examples and tips. +See [Storing workflow data as artifacts](https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts) for additional examples and tips. See extra documentation for the [@actions/artifact](https://github.com/actions/toolkit/blob/master/packages/artifact/docs/additional-information.md) package that is used internally regarding certain behaviors and limitations.