From e674cc9e6830a0977ac850519f5fa7f02a3792e4 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sun, 2 Apr 2023 18:27:34 -0300 Subject: [PATCH] [Tests] Fixed coverage name for KiCad 5 --- .github/workflows/pythonapp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 5c111f0f..c23422da 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -138,17 +138,17 @@ jobs: - name: Download coverage k5 g1 uses: actions/download-artifact@v3 with: - name: Test_Coverage_latest_g1 + name: Test_Coverage_k5_g1 - name: Download coverage k5 g2 uses: actions/download-artifact@v3 with: - name: Test_Coverage_latest_g2 + name: Test_Coverage_k5_g2 - name: Download coverage k5 g3 uses: actions/download-artifact@v3 with: - name: Test_Coverage_latest_g3 + name: Test_Coverage_k5_g3 - name: Download coverage k6 g1 uses: actions/download-artifact@v3