Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Jul 16, 2024
1 parent f25f562 commit d63e98a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
name: coverage-data
name: coverage-data-${{ matrix.python-version }}-${{ matrix.django-version }}
path: '.coverage${{ matrix.python-version }}-${{ matrix.django-version }}*'

coverage:
Expand All @@ -84,8 +84,8 @@ jobs:
- name: Download data
uses: actions/download-artifact@v4
with:
name: coverage-data
path: '.coverage${{ matrix.python-version }}-${{ matrix.django-version }}*'
pattern: coverage-data*
merge-multiple: true

- name: Combine coverage and fail if it's <86.29%
run: |
Expand Down

0 comments on commit d63e98a

Please sign in to comment.