Skip to content

Commit

Permalink
fix typo with v3 artifact downloads in migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
robherley committed Jan 31, 2024
1 parent 52899c8 commit dfa1ab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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 @@ -72,6 +73,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 dfa1ab2

Please sign in to comment.