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
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
NO_REFRESH_CHECK: true
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.arch }}-${{ matrix.sdk }}
|
||||
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
||||
|
Loading…
Reference in New Issue
Block a user