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