Merge pull request #18137 from ynezz/ynezz/gh-action-sdk-v4
ci: use openwrt/gh-action-sdk@v4
This commit is contained in:
commit
b98c502921
1 changed files with 2 additions and 2 deletions
2
.github/workflows/multi-arch-test-build.yml
vendored
2
.github/workflows/multi-arch-test-build.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
|||
echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV
|
||||
|
||||
- name: Build
|
||||
uses: openwrt/gh-action-sdk@v3
|
||||
uses: openwrt/gh-action-sdk@v4
|
||||
env:
|
||||
ARCH: ${{ matrix.arch }}-${{ env.BRANCH }}
|
||||
FEEDNAME: packages_ci
|
||||
|
|
Loading…
Reference in a new issue