Merge pull request #511 from actions/robherley/migration-docs-typo

Fix typo with v3 artifact downloads in migration guide
eggyhead/release-ghes-hostcheck-toolkit2.1.0
Rob Herley 4 months ago committed by GitHub
commit 3a8048248f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save