Skip to content

Commit 9a6edb6

Browse files
bump: artifact GitHub Actions
1 parent fd35c73 commit 9a6edb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/actions/tutorials/store-and-share-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Job 1 performs these steps:
139139
Job 2 uses the result in the previous job:
140140
* 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.
141141
* 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.
142-
* 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 %}
142+
* 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 %}
143143

144144
Job 3 displays the result uploaded in the previous job:
145145
* Downloads the {% ifversion artifacts-v3-deprecation %}`homework_final` artifact from Job 2.{% else %}`homework` artifact.{% endif %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
actions/download-artifact@{% ifversion artifacts-v3-deprecation %}v5{% else %}v3{% endif %}
1+
actions/download-artifact@{% ifversion artifacts-v3-deprecation %}v6{% else %}v3-node20{% endif %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
actions/upload-artifact@{% ifversion artifacts-v3-deprecation %}v4{% else %}v3{% endif %}
1+
actions/upload-artifact@{% ifversion artifacts-v3-deprecation %}v5{% else %}v3-node20{% endif %}

0 commit comments

Comments
 (0)