Skip to content

Commit

Permalink
Merge pull request #511 from actions/robherley/migration-docs-typo
Browse files Browse the repository at this point in the history
Fix typo with v3 artifact downloads in migration guide
  • Loading branch information
robherley committed Jan 31, 2024
2 parents d00351b + 9d63e3f commit 3a80482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/MIGRATION.md
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Download All Artifacts
uses: actions/download-artifact@v3
with:
name: my-artifact
path: my-artifact
- run: ls -R my-artifact
```
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with:
- name: my-artifact
path: my-artifact
+ pattern: my-artifact-*
+ merge-multiple: true
Expand Down

0 comments on commit 3a80482

Please sign in to comment.