We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cd55b commit fd29eb3Copy full SHA for fd29eb3
.github/workflows/ci-cd.yml
@@ -319,7 +319,7 @@ jobs:
319
# combining Linux and Windows paths is tricky, left this exercise for
320
# others multidict has no Windows or macOS specific code paths anyway
321
if: ${{ matrix.os == 'ubuntu' }}
322
- uses: aio-libs/prepare-coverage@v22.1.2
+ uses: aio-libs/prepare-coverage@v24.9.2
323
324
test-summary:
325
name: Tests status
@@ -346,7 +346,8 @@ jobs:
346
- name: Download artifacts
347
uses: actions/download-artifact@v4
348
with:
349
- name: coverage
+ pattern: coverage*
350
+ merge-multiple: true
351
path: ${{ runner.temp }}/coverage
352
- name: Install coverage
353
run: |
0 commit comments