From 954ace8d1e7396c2dcaf71dc178d17a0cd671d97 Mon Sep 17 00:00:00 2001 From: huanli233 <76041494+huanli233@users.noreply.github.com> Date: Sat, 23 Mar 2024 21:24:18 +0800 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dbc0559..2d579f8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,8 +30,8 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - name: Archive production artifacts - uses: actions/upload-artifact@v4 - with: - name: dist-without-markdown - path: | - target + uses: actions/upload-artifact@v4.3.1 + with: + name: dist-without-markdown + path: | + target