From 01d43a7ea993e0bdf676642fa057ec3dc83dcc98 Mon Sep 17 00:00:00 2001 From: carm Date: Fri, 10 Jan 2025 08:43:40 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0Actions=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f4939d1..642f6dc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -38,7 +38,7 @@ jobs: cp -vrf asset/*.jar artifacts - name: "Upload artifact" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Artifact path: artifacts \ No newline at end of file