Skip to content

Commit

Permalink
Merge multiple on download action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Sep 22, 2024
1 parent ea8a34c commit 221357f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload coverage to action
uses: actions/upload-artifact@v4
with:
name: .coverage.${{ matrix.os }}.${{ matrix.python-version }}
name: coverage-${{ matrix.os }}.${{ matrix.python-version }}
path: .coverage.${{ matrix.os }}.${{ matrix.python-version }}
retention-days: 1
if-no-files-found: error
Expand Down Expand Up @@ -91,7 +91,8 @@ jobs:
- name: Download coverage
uses: actions/download-artifact@v4
with:
pattern: .coverage*
name: coverage-*
merge-multiple: true

- name: Combine coverage
run: |
Expand Down

0 comments on commit 221357f

Please sign in to comment.