diff --git a/.github/workflows/multi-arch-build.yml b/.github/workflows/multi-arch-build.yml index a6b70d7..43682eb 100644 --- a/.github/workflows/multi-arch-build.yml +++ b/.github/workflows/multi-arch-build.yml @@ -128,7 +128,7 @@ jobs: - name: Build IPK packages (Legacy) ${{ matrix.arch }} if: ${{ github.ref_name == 'openwrt-23.05' || github.ref_name == 'openwrt-22.03' }} # Use legacy v10 action for OpenWrt 23.05 and 22.03 due to compatibility issues - uses: openwrt/gh-action-sdk@v10 + uses: openwrt/gh-action-sdk@v11 env: ARCH: "${{ matrix.arch }}-${{ github.ref_name }}" FEEDNAME: meshtastic