Update MIGRATION.md

This commit is contained in:
Maxim Babichev 2023-12-23 10:36:33 +03:00 committed by GitHub
parent f44cd7b40b
commit ec822b9481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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