From 211fbbad6cae4bf4bc2fac1a53605dbae87b84a1 Mon Sep 17 00:00:00 2001 From: Mufanc Date: Wed, 7 Feb 2024 01:02:01 +0800 Subject: [PATCH] chore: update CI --- .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 f647aff..af10e7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: - name: Upload Artifact if: success() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ steps.prepare_artifact.outputs.name }} path: |