diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 26a3361cd..e8e3b7912 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -253,11 +253,15 @@ jobs: venv-dir: ${{ env.VENV }} precommit-home: ${{ env.PRE_COMMIT_HOME }} - name: Download all coverage artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 + with: + pattern: coverage-* + merge-multiple: true + path: ${{ github.workspace }}/artifacts - name: Combine coverage results run: | . venv/bin/activate - coverage combine coverage*/.coverage* + coverage combine artifacts/.coverage* #coverage report --fail-under=80 ## plugwise is at 94, set to 80 for plugwise_usb echo "***" echo "***"