diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57e34187..aa7eb33e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: west build app --build-dir ${{ matrix.board }}_${{ matrix.built_type }} -p -b ${{ matrix.board }} -- -DOVERLAY_CONFIG=boards/${{ matrix.built_type }}.conf - name : Upload Firmware - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4.3.3 with: name: ${{ matrix.board }}_${{ matrix.built_type }} path: |