mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-21 21:35:27 +00:00
Update MIGRATION.md
This commit is contained in:
parent
bb3fa7fd35
commit
577982eca1
@ -62,8 +62,8 @@ jobs:
|
||||
with:
|
||||
- name: my-artifact
|
||||
+ name: my-artifact-${{ matrix.runs-on }}
|
||||
path: file-${{ matrix.runs-on }}.txt
|
||||
download:
|
||||
path: file-${{ matrix.runs-on }}.txtaddress
|
||||
download:token address
|
||||
needs: upload
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user