We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d00351b + 9d63e3f commit 3a80482Copy full SHA for 3a80482
1 file changed
docs/MIGRATION.md
@@ -33,6 +33,7 @@ jobs:
33
- name: Download All Artifacts
34
uses: actions/download-artifact@v3
35
with:
36
+ name: my-artifact
37
path: my-artifact
38
- run: ls -R my-artifact
39
```
@@ -73,6 +74,7 @@ jobs:
73
74
- uses: actions/download-artifact@v3
75
+ uses: actions/download-artifact@v4
76
77
+- name: my-artifact
78
79
+ pattern: my-artifact-*
80
+ merge-multiple: true
0 commit comments