mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 15:08:29 +02:00
Update MIGRATION.md
This commit is contained in:
parent
f44cd7b40b
commit
ec822b9481
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue