Skip to content

Commit dfa1ab2

Browse files
committed
fix typo with v3 artifact downloads in migration guide
1 parent 52899c8 commit dfa1ab2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/MIGRATION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Download All Artifacts
3333
uses: actions/download-artifact@v3
3434
with:
35+
name: my-artifact
3536
path: my-artifact
3637
- run: ls -R my-artifact
3738
```
@@ -72,6 +73,7 @@ jobs:
7273
- uses: actions/download-artifact@v3
7374
+ uses: actions/download-artifact@v4
7475
with:
76+
- name: my-artifact
7577
path: my-artifact
7678
+ pattern: my-artifact-*
7779
+ merge-multiple: true

0 commit comments

Comments
 (0)