ci: udpate actions

* fix nodejs16 warning
This commit is contained in:
Bard 2024-03-28 01:15:40 +08:00 committed by GitHub
parent 41875850a8
commit f3e4a9a3f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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