From 8fdfa2aa40fecdb35ce37b4bc4b6e27956afe2e0 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 9 Jun 2025 12:18:19 +1000 Subject: [PATCH 1/2] .github: move upload-artifact to @v4 to get CI to pass --- .github/workflows/test_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 0c93e58..1bc8a3c 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -37,7 +37,7 @@ jobs: allow_failure: true - name: Archive build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binaries path: RemoteIDModule/ArduRemoteID*.bin From 5a4ee96855b22b922f3771f1986d812655a6288d Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 9 Jun 2025 12:27:34 +1000 Subject: [PATCH 2/2] scripts: build_env.sh: clamp empy to 3.3.4 em.ParseError: unknown markup sequence: `@)`; the `@)` markup has been removed, just use `)` instead --- scripts/install_build_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_build_env.sh b/scripts/install_build_env.sh index cdf2b5d..cde9fc8 100755 --- a/scripts/install_build_env.sh +++ b/scripts/install_build_env.sh @@ -1,6 +1,6 @@ #!/bin/bash -python3 -m pip install empy +python3 -m pip install empy==3.3.4 python3 -m pip install pymavlink python3 -m pip install dronecan python3 -m pip install pyserial