Skip to content

Commit 3588856

Browse files
authored
Update maven.yml
1 parent 2f1e40b commit 3588856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: mvn -B package --file pom.xml
3232

3333
- name: Archive Jar file
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: jar-with-dependencies
3737
path: ./target/*-jar-with-dependencies.jar # 指定二进制文件的路径

0 commit comments

Comments
 (0)