Skip to content

Commit

Permalink
Upgrade aio-libs/prepare-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Sep 19, 2024
1 parent 64cd55b commit fd29eb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ jobs:
# combining Linux and Windows paths is tricky, left this exercise for
# others multidict has no Windows or macOS specific code paths anyway
if: ${{ matrix.os == 'ubuntu' }}
uses: aio-libs/prepare-coverage@v22.1.2
uses: aio-libs/prepare-coverage@v24.9.2

test-summary:
name: Tests status
Expand All @@ -346,7 +346,8 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: coverage
pattern: coverage*
merge-multiple: true
path: ${{ runner.temp }}/coverage
- name: Install coverage
run: |
Expand Down

0 comments on commit fd29eb3

Please sign in to comment.