From 3bcdbe4aa8a07234d3df2dc38f0d7b7cd2bc6829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Mon, 25 Mar 2024 02:27:11 +0800 Subject: [PATCH] =?UTF-8?q?workflow:=20=E6=B5=8B=E8=AF=95=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 6629203..75d67a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: image: node:10.24.1-alpine steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: npm install @@ -24,7 +24,7 @@ jobs: zip -r icon-font.zip * - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: icon-font.zip path: icon-font/icon-font.zip