ci: use openwrt/gh-action-sdk@v4
[ Upstream commit b1355832a0
]
In order to use feeds from GH mirror for GH actions, thus saving a lot
of resources being wasted.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
2a18d4fb3a
commit
4d34758b66
1 changed files with 1 additions and 1 deletions
2
.github/workflows/multi-arch-test-build.yml
vendored
2
.github/workflows/multi-arch-test-build.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV
|
||||
|
||||
- name: Build
|
||||
uses: openwrt/gh-action-sdk@v1
|
||||
uses: openwrt/gh-action-sdk@v4
|
||||
env:
|
||||
ARCH: ${{ matrix.arch }}-${{ env.BRANCH }}
|
||||
FEEDNAME: packages_ci
|
||||
|
|
Loading…
Reference in a new issue