File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 container :
3030 image : ghcr.io/inti-cmnb/kicad8_auto:1.6.5
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 with :
3434 submodules : true
3535 - name : Run KiBot for DRC
4040 container :
4141 image : ghcr.io/inti-cmnb/kicad8_auto:1.6.5
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 with :
4545 submodules : true
4646 - name : Run KiBot for ERC
5252 container :
5353 image : ghcr.io/inti-cmnb/kicad8_auto:1.6.5
5454 steps :
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656 with :
5757 submodules : true
5858 - name : Get Branch Name
6464 run : |
6565 kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_erc,run_drc -v
6666 - name : Upload KiBot Output
67- uses : actions/upload-artifact@v3
67+ uses : actions/upload-artifact@v4
6868 if : ${{success()}}
6969 with :
7070 name : Build-Outputs
You can’t perform that action at this time.
0 commit comments