Skip to content

Commit a5c008b

Browse files
committed
Update checkout action.
Removes node.js 16 error.
1 parent 732abe0 commit a5c008b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/kibot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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
@@ -52,7 +52,7 @@ jobs:
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
@@ -64,7 +64,7 @@ jobs:
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

0 commit comments

Comments
 (0)