Skip to content

Commit 3a80482

Browse files
authored
Merge pull request #511 from actions/robherley/migration-docs-typo
Fix typo with v3 artifact downloads in migration guide
2 parents d00351b + 9d63e3f commit 3a80482

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/MIGRATION.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Download All Artifacts
3434
uses: actions/download-artifact@v3
3535
with:
36+
name: my-artifact
3637
path: my-artifact
3738
- run: ls -R my-artifact
3839
```
@@ -73,6 +74,7 @@ jobs:
7374
- uses: actions/download-artifact@v3
7475
+ uses: actions/download-artifact@v4
7576
with:
77+
- name: my-artifact
7678
path: my-artifact
7779
+ pattern: my-artifact-*
7880
+ merge-multiple: true

0 commit comments

Comments
 (0)