[Tests] Fixed coverage name for KiCad 5

This commit is contained in:
Salvador E. Tropea 2023-04-02 18:27:34 -03:00
parent e58dfcb58b
commit e674cc9e68
1 changed files with 3 additions and 3 deletions

View File

@ -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