mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-20 23:50:16 +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@v4
|
||||
with:
|
||||
path: my-artifact
|
||||
- path: my-artifact
|
||||
+ pattern: my-artifact-*
|
||||
+ merge-multiple: true
|
||||
- run: ls -R my-artifact
|
||||
|
Loading…
x
Reference in New Issue
Block a user