ci: update actions
Fix nodejs16 warning
This commit is contained in:
parent
10a193a918
commit
650e97ba21
4
.github/workflows/build-packages.yml
vendored
4
.github/workflows/build-packages.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- openwrt-23.05
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
IGNORE_ERRORS: true
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.tag }}-${{ matrix.arch }}
|
||||
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
||||
|
Loading…
Reference in New Issue
Block a user