mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-25 07:58:33 +02:00
Merge 577982eca1
into bb3fa7fd35
This commit is contained in:
commit
eab8acae89
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
- name: my-artifact
|
- name: my-artifact
|
||||||
+ name: my-artifact-${{ matrix.runs-on }}
|
+ name: my-artifact-${{ matrix.runs-on }}
|
||||||
path: file-${{ matrix.runs-on }}.txt
|
path: file-${{ matrix.runs-on }}.txtaddress
|
||||||
download:
|
download:token address
|
||||||
needs: upload
|
needs: upload
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue