From 4b0b5f9c861e9549523c919f9c5fc8c8089f3c32 Mon Sep 17 00:00:00 2001 From: Schildkroet Date: Fri, 8 Mar 2024 20:36:14 +0100 Subject: [PATCH] Update build.yml --- .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 e237672..bbde4d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,13 +13,13 @@ jobs: steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Cache id: cache-1 - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: cache key: ${{ runner.os }}-cache-1 @@ -39,7 +39,7 @@ jobs: run: make - name: Upload compiled binaries - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: GRBL-Advanced path: |