mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 08:00:18 +00:00
Update MIGRATION.md
This commit is contained in:
parent
f44cd7b40b
commit
ec822b9481
@ -71,7 +71,7 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
+ uses: actions/download-artifact@v4
|
+ uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: my-artifact
|
- path: my-artifact
|
||||||
+ pattern: my-artifact-*
|
+ pattern: my-artifact-*
|
||||||
+ merge-multiple: true
|
+ merge-multiple: true
|
||||||
- run: ls -R my-artifact
|
- run: ls -R my-artifact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user