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:
Paul Donald 2024-01-31 03:59:40 +01:00
parent 07e025664b
commit 3e0f119270

View File

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