Skip to content

Commit

Permalink
Bump SDK for 4.3.3 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxst committed Mar 23, 2024
1 parent 8e6ce4a commit 60f73ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
workflow_dispatch:

env:
sdk_version: 4.3.1
sdk_version: 4.3.3

jobs:
build-container:
Expand All @@ -26,8 +26,8 @@ jobs:
packages: write
outputs:
sdk_version: ${{ env.sdk_version }}
ot_version: 2.3.1.0
ezsp_version: 7.3.1.0
ot_version: 2.3.3.0
ezsp_version: 7.3.3.0
steps:
- uses: actions/[email protected]
- name: Log in to the GitHub container registry
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
sdk_version: ${{ needs.build-container.outputs.sdk_version}}
metadata_fw_type: "ot-rcp"
baudrate: ${{ matrix.baudrate }}
metadata_extra: "{ \"ot_rcp_version\": \"SL-OPENTHREAD/2.3.1.0_GitHub-e6df00dd6\" }"
metadata_extra: "{ \"ot_rcp_version\": \"SL-OPENTHREAD/2.3.3.0_GitHub-e6df00dd6\" }"

collect_artifacts:
name: download and publish all artifacts
Expand Down

0 comments on commit 60f73ab

Please sign in to comment.