ci: update actions

Fix nodejs16 warning
This commit is contained in:
Bard 2024-03-28 01:14:08 +08:00 committed by GitHub
parent 10a193a918
commit 650e97ba21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ jobs:
- openwrt-23.05 - openwrt-23.05
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@ -36,7 +36,7 @@ jobs:
IGNORE_ERRORS: true IGNORE_ERRORS: true
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: ${{ matrix.tag }}-${{ matrix.arch }} name: ${{ matrix.tag }}-${{ matrix.arch }}
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk