From dd955d4dbf2857bcccb9bfc074985f83d1c15fbe Mon Sep 17 00:00:00 2001 From: squid233 <60126026+squid233@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:25:59 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83697d03..eeb24f84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: apt-get -y update apt-get -y upgrade DEBIAN_FRONTEND=noninteractive apt-get -yq install git cmake pkg-config - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 3 - name: Prepare cross-compilation for ${{matrix.CROSS_ARCH}} @@ -122,7 +122,7 @@ jobs: cmake --build build --parallel ${{matrix.TRIPLET}}-strip build/src/libnfd.so - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: linux-${{matrix.ARCH}} path: build/src/libnfd.so