ci: udpate actions
* fix nodejs16 warning
This commit is contained in:
parent
41875850a8
commit
f3e4a9a3f9
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
- openwrt-22.03
|
- openwrt-22.03
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
NO_REFRESH_CHECK: true
|
NO_REFRESH_CHECK: true
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.arch }}-${{ matrix.sdk }}
|
name: ${{ matrix.arch }}-${{ matrix.sdk }}
|
||||||
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
||||||
|
Loading…
Reference in New Issue
Block a user