From 689b98428febfcf2e5521c3c418fd2dacb8485a7 Mon Sep 17 00:00:00 2001 From: Leo B <404293+soundmonster@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:30:21 +0200 Subject: [PATCH] Update action versions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 814fd2e..e886bb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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