mirror of
https://github.com/openwrt/luci
synced 2025-01-08 12:08:04 +08:00
house-keeping: migrate workflows from GitHub deprecated node16 -> node20
GitHub currently warns with: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
This commit is contained in:
parent
07e025664b
commit
3e0f119270
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -59,13 +59,13 @@ jobs:
|
||||
run: cp bin/packages/${{ matrix.arch }}/packages_ci/*.ipk . || true
|
||||
|
||||
- name: Store packages
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.arch}}-packages
|
||||
path: "*.ipk"
|
||||
|
||||
- name: Store logs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.arch}}-logs
|
||||
path: logs/
|
||||
|
Loading…
Reference in New Issue
Block a user