From ee1d2508b836c168df9d1da89f255bf3c05e69f5 Mon Sep 17 00:00:00 2001 From: Patrick Baus Date: Sat, 30 Mar 2024 15:38:53 +0100 Subject: [PATCH] Updated CI to KiCad 8 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd0af26..344ca7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: submodules: true - name: Run ERC - uses: INTI-CMNB/KiBot@v2_dk8 + uses: INTI-CMNB/KiBot@v2_k8 with: config: ${{ env.KIBOT_CONFIG }} schema: ${{ env.SCHEMATIC_FILE }} @@ -117,7 +117,7 @@ jobs: submodules: true - name: Run DRC - uses: INTI-CMNB/KiBot@v2_k7 + uses: INTI-CMNB/KiBot@v2_k8 with: config: ${{ env.KIBOT_CONFIG }} board: ${{ env.PCB_FILE }} @@ -145,7 +145,7 @@ jobs: with: submodules: true - - uses: INTI-CMNB/KiBot@v2_k7 + - uses: INTI-CMNB/KiBot@v2_k8 with: config: ${{ env.KIBOT_CONFIG }} schema: ${{ env.SCHEMATIC_FILE }}