From 670a4cd3bfed10b9029e0b6140821473d27357ee Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 9 Jan 2026 13:27:49 +0000 Subject: [PATCH] CI: Upload firmware artifacts for pull requests --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be9a6e59..a734bbf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,3 +35,14 @@ jobs: - name: Build CrossPoint run: pio run + + - name: Upload Firmware Artifacts + if: github.event_name == 'pull_request' + uses: actions/upload-artifact@v4 + with: + name: firmware-pr-${{ github.event.pull_request.number }} + path: | + .pio/build/default/firmware.bin + .pio/build/default/bootloader.bin + .pio/build/default/partitions.bin + retention-days: 7