Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soundmonster committed Oct 23, 2024
1 parent ee3f43b commit 689b984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
name: Generate
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use Node.js 21
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 21.x
- name: Install dependencies
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
pcb_file: output/pcbs/board.kicad_pcb
gerbers_dir: output/gerbers/board
- name: Persist output
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: samoklava-routed-pcbs-and-gerbers
path: output

0 comments on commit 689b984

Please sign in to comment.