|
|
@ -32,6 +32,7 @@ jobs:
|
|
|
|
- name: Download All Artifacts
|
|
|
|
- name: Download All Artifacts
|
|
|
|
uses: actions/download-artifact@v3
|
|
|
|
uses: actions/download-artifact@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
|
|
|
|
name: my-artifact
|
|
|
|
path: my-artifact
|
|
|
|
path: my-artifact
|
|
|
|
- run: ls -R my-artifact
|
|
|
|
- run: ls -R my-artifact
|
|
|
|
```
|
|
|
|
```
|
|
|
@ -72,6 +73,7 @@ jobs:
|
|
|
|
- uses: actions/download-artifact@v3
|
|
|
|
- uses: actions/download-artifact@v3
|
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
|
+ uses: actions/download-artifact@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
|
|
|
|
- name: my-artifact
|
|
|
|
path: my-artifact
|
|
|
|
path: my-artifact
|
|
|
|
+ pattern: my-artifact-*
|
|
|
|
+ pattern: my-artifact-*
|
|
|
|
+ merge-multiple: true
|
|
|
|
+ merge-multiple: true
|
|
|
|