From 6fab12e7bdd885769fb0bccd5fc4d3ec24259ee6 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Tue, 15 Jul 2025 17:39:36 +0200 Subject: [PATCH] upload artifacts v3 --- .github/workflows/short-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/short-tests.yml b/.github/workflows/short-tests.yml index 0f04573..b2771e0 100644 --- a/.github/workflows/short-tests.yml +++ b/.github/workflows/short-tests.yml @@ -20,7 +20,7 @@ jobs: run: | # TODO: at this moment only Home Assistant component is tested go test -v --short ./components/homeassistant/... -cover -coverprofile=cover.out - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: coverage-report_build_${{ github.run_number }} path: ${{ github.workspace }}/src/cover.out