Skip to content

Commit

Permalink
Bump actions/download-artifact to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Feb 19, 2024
1 parent 18b6c4e commit 53b0703
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@ jobs:
- name: Install dependencies
run: pip install -U -r requirements_minimal.txt
- name: Download all coverage artifacts
uses: actions/[email protected]
uses: actions/[email protected]
with:
pattern: coverage-*
merge-multiple: true
- name: Combine Linux coverage results
run: |
coverage combine coverage-linux*/.coverage
Expand Down

0 comments on commit 53b0703

Please sign in to comment.