From 3b8fd6febfc9700763abe1aa256a024a14c24405 Mon Sep 17 00:00:00 2001 From: carm Date: Thu, 26 Sep 2024 22:35:24 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E5=8D=87=E7=BA=A7=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f7d026f..21ed4af 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,7 +37,8 @@ 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 + path: artifacts + include-hidden-files: true \ No newline at end of file