Skip to content

Commit

Permalink
fix parallle upload artifact breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhiroki committed Apr 6, 2024
1 parent ce907de commit 168db1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@master
with:
name: out
name: out-${{ matrix.node }}
path: out
- name: Download
uses: actions/download-artifact@master
Expand All @@ -36,7 +36,8 @@ jobs:
uses: actions/download-artifact@master
with:
name: out
path: out
pattern: out-*
merge-multiple: true
- name: Print
run: |
ls
Expand Down

0 comments on commit 168db1e

Please sign in to comment.