diff --git a/.github/workflows/export.yaml b/.github/workflows/export.yaml index 55ddeb7..c039f34 100644 --- a/.github/workflows/export.yaml +++ b/.github/workflows/export.yaml @@ -9,14 +9,14 @@ jobs: if: ${{ always() }} runs-on: ubuntu-latest container: - image: docker.io/setsoft/kicad_auto:dev_k6 + image: ghcr.io/inti-cmnb/kicad8_auto:dev steps: - name: Checkout uses: actions/checkout@v4 - name: Run kibot run: kibot -vvv - name: Archive Gerber ZIP - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: jlc path: JLCPCB/zmk-uno-JLCPCB.zip