We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1e40b commit 3588856Copy full SHA for 3588856
.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
31
run: mvn -B package --file pom.xml
32
33
- name: Archive Jar file
34
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
35
with:
36
name: jar-with-dependencies
37
path: ./target/*-jar-with-dependencies.jar # 指定二进制文件的路径
0 commit comments