File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3434 maven-version : ${{ env.MAVEN_VERSION }}
3535
3636 - name : Upload Changed Artifacts
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v5
3838 with :
3939 name : root-new-version
4040 path : .
7676
7777
7878 - name : Upload Changed Artifacts
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v5
8080 with :
8181 name : root-build
8282 include-hidden-files : true
Original file line number Diff line number Diff line change 2828 maven-version : ${{ env.MAVEN_VERSION }}
2929
3030 - name : Upload Changed Artifacts
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@v5
3232 with :
3333 name : root-new-version
3434 include-hidden-files : true
5151 maven-version : ${{ env.MAVEN_VERSION }}
5252
5353 - name : Upload Changed Artifacts
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v5
5555 with :
5656 name : root-build
5757 include-hidden-files : true
Original file line number Diff line number Diff line change 3939 mvn clean install -P unit-tests -DskipIntegrationTests
4040
4141 - name : Upload code coverage report
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : code-coverage-report
4545 path : target/site/jacoco/jacoco.xml
You can’t perform that action at this time.
0 commit comments