diff --git a/content/actions/tutorials/store-and-share-data.md b/content/actions/tutorials/store-and-share-data.md index 507711561c2c..0d44a1d7add0 100644 --- a/content/actions/tutorials/store-and-share-data.md +++ b/content/actions/tutorials/store-and-share-data.md @@ -139,7 +139,7 @@ Job 1 performs these steps: Job 2 uses the result in the previous job: * Downloads the {% ifversion artifacts-v3-deprecation %}`homework_pre`{% else %}`homework`{% endif %} artifact uploaded in the previous job. By default, the `download-artifact` action downloads artifacts to the workspace directory that the step is executing in. You can use the `path` input parameter to specify a different download directory. * Reads the value in the `math-homework.txt` file, performs a math calculation, and saves the result to `math-homework.txt` again, overwriting its contents. -* Uploads the `math-homework.txt` file. {% ifversion artifacts-v3-deprecation %}As artifacts are considered immutable in `v4`, the artifact is passed a different input, `homework_final`, as a name.{% else %}This upload overwrites the previously uploaded artifact because they share the same name.{% endif %} +* Uploads the `math-homework.txt` file. {% ifversion artifacts-v3-deprecation %}As artifacts are considered immutable in `v5`, the artifact is passed a different input, `homework_final`, as a name.{% else %}This upload overwrites the previously uploaded artifact because they share the same name.{% endif %} Job 3 displays the result uploaded in the previous job: * Downloads the {% ifversion artifacts-v3-deprecation %}`homework_final` artifact from Job 2.{% else %}`homework` artifact.{% endif %} diff --git a/data/reusables/actions/action-download-artifact.md b/data/reusables/actions/action-download-artifact.md index 31e6c7f00d9e..e057a28ce33c 100644 --- a/data/reusables/actions/action-download-artifact.md +++ b/data/reusables/actions/action-download-artifact.md @@ -1 +1 @@ -actions/download-artifact@{% ifversion artifacts-v3-deprecation %}v5{% else %}v3{% endif %} +actions/download-artifact@{% ifversion artifacts-v3-deprecation %}v6{% else %}v3-node20{% endif %} diff --git a/data/reusables/actions/action-upload-artifact.md b/data/reusables/actions/action-upload-artifact.md index 402aff77702c..9bd114503cc9 100644 --- a/data/reusables/actions/action-upload-artifact.md +++ b/data/reusables/actions/action-upload-artifact.md @@ -1 +1 @@ -actions/upload-artifact@{% ifversion artifacts-v3-deprecation %}v4{% else %}v3{% endif %} +actions/upload-artifact@{% ifversion artifacts-v3-deprecation %}v5{% else %}v3-node20{% endif %}