Skip to content

Commit

Permalink
chore(ci): Update action versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jan 14, 2025
1 parent 42b34b8 commit c522327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
image: docker.io/setsoft/kicad_auto:dev_k6
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run kibot
run: kibot -vvv
- name: Archive Gerber ZIP
Expand All @@ -21,7 +21,7 @@ jobs:
name: jlc
path: JLCPCB/zmk-uno-JLCPCB.zip
- name: Archive Positions/BOM
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jlc
path: zmk-uno_*jlc.csv

0 comments on commit c522327

Please sign in to comment.