From 4ac15f5e8d19458cf148b05235d6066d7b77631f Mon Sep 17 00:00:00 2001 From: Tom Scholten Date: Wed, 13 Aug 2025 19:13:29 +0200 Subject: [PATCH] Attempt to fix v5 download issue --- .github/workflows/verify.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 "***"