File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 timeout-minutes : 30
2626 steps :
2727 - name : Checkout source
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v7
2929
3030 - name : Set up JDK 17
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v5
3232 with :
3333 distribution : temurin
3434 java-version : ' 17'
@@ -39,15 +39,15 @@ jobs:
3939
4040 - name : Upload JaCoCo coverage report
4141 if : always()
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v7
4343 with :
4444 name : jacoco-coverage
4545 path : target/site/jacoco
4646 retention-days : 14
4747
4848 - name : Upload surefire reports
4949 if : always()
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v7
5151 with :
5252 name : surefire-reports
5353 path : target/surefire-reports
Original file line number Diff line number Diff line change 3939
4040 <!-- 版本属性定义:Java 版本、依赖版本与 Maven 插件版本统一管理 -->
4141 <properties >
42- <central-publishing-maven-plugin .version>0.11.0</central-publishing-maven-plugin .version>
42+ <junit-jupiter .version>6.1.0</junit-jupiter .version>
43+ <central-publishing-maven-plugin .version>0.11.0</central-publishing-maven-plugin .version>
4344 <!-- Maven Plugin versions -->
4445 <maven-javadoc-plugin .version>3.11.2</maven-javadoc-plugin .version>
4546 <maven-source-plugin .version>3.4.0</maven-source-plugin .version>
You can’t perform that action at this time.
0 commit comments