Skip to content

Commit fd29eb3

Browse files
committed
Upgrade aio-libs/prepare-coverage
1 parent 64cd55b commit fd29eb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
# combining Linux and Windows paths is tricky, left this exercise for
320320
# others multidict has no Windows or macOS specific code paths anyway
321321
if: ${{ matrix.os == 'ubuntu' }}
322-
uses: aio-libs/prepare-coverage@v22.1.2
322+
uses: aio-libs/prepare-coverage@v24.9.2
323323

324324
test-summary:
325325
name: Tests status
@@ -346,7 +346,8 @@ jobs:
346346
- name: Download artifacts
347347
uses: actions/download-artifact@v4
348348
with:
349-
name: coverage
349+
pattern: coverage*
350+
merge-multiple: true
350351
path: ${{ runner.temp }}/coverage
351352
- name: Install coverage
352353
run: |

0 commit comments

Comments
 (0)