From f3e4a9a3f9bb7c98fa6c8877da063923600917d0 Mon Sep 17 00:00:00 2001 From: Bard Date: Thu, 28 Mar 2024 01:15:40 +0800 Subject: [PATCH] ci: udpate actions * fix nodejs16 warning --- .github/workflows/release-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index e97e6c3..6815c2b 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -45,7 +45,7 @@ jobs: - openwrt-22.03 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -58,7 +58,7 @@ jobs: NO_REFRESH_CHECK: true - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.arch }}-${{ matrix.sdk }} path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk