Skip to content

Commit 432c946

Browse files
committed
feat(test): Bump z-wave-stack-binaries to latest ...
... release 25.9.0 Relate-to: Z-Wave-Alliance/z-wave-stack#791 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 09aa4ef commit 432c946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
5353
with:
5454
repository: 'Z-Wave-Alliance/z-wave-stack-binaries'
55-
tag: 'v25.1.0-28-g7e0b50f'
55+
tag: 'v25.9.0'
5656
fileName: 'z-wave-stack-binaries-*-Linux.tar.gz'
5757
token: ${{ secrets.GH_ZWAVE_ACCESS_TOKEN }}
5858
latest: true

helper.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ ${coverage_file}: test all
334334
ls -l "$@"
335335

336336
zwa_project?=z-wave-stack-binaries
337-
zwa_ver?=25.1.0-28-g7e0b50f
337+
zwa_ver?=25.9.0
338338
zwa_rev?=v${zwa_ver}
339339
zwa_file?=${zwa_project}-${zwa_ver}-Linux.tar.gz
340340
zwa_url?=https://github.com/Z-Wave-Alliance/${zwa_project}

0 commit comments

Comments
 (0)