From a8ae0a2bd1224b6f2600ef30f02702b4a1cdd47a Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Wed, 14 Jun 2023 13:08:58 +0100 Subject: [PATCH] Fix builds by using older Arduino CLI (#864) * Used a fixed version of Arduino CLI * Bump action versions --- .github/workflows/main.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 85639a4..2b3577d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,10 +55,12 @@ jobs: BOARD: ${{ matrix.board }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Arduino CLI - uses: arduino/setup-arduino-cli@v1.1.1 + uses: arduino/setup-arduino-cli@v1.1.2 + with: + version: "0.32.2" - name: Prepare build environment run: | @@ -196,7 +198,7 @@ jobs: - name: 'Upload Artifacts' if: env.HAVE_FILES == 'true' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: multi-test-build path: ./binaries/