File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145
146146 - name : Upload report
147147 if : always()
148- uses : actions/upload-artifact@v6
148+ uses : actions/upload-artifact@v7
149149 with :
150150 name : pmd-report
151151 if-no-files-found : ignore
Original file line number Diff line number Diff line change 7676
7777 - name : Upload videos of test failures
7878 if : ${{ matrix.video && failure() }}
79- uses : actions/upload-artifact@v6
79+ uses : actions/upload-artifact@v7
8080 with :
8181 name : test-fail-videos-${{ matrix.java }}-${{ env.PROJECT_NORMALIZED }}-${{ matrix.parallel }}-${{ matrix.pre-start }}
8282 path : advanced-demo/integration-tests/${{ matrix.project }}/target/records
9090
9191 - name : Upload WebApp JaCoCo report
9292 if : ${{ matrix.jacoco && success() }}
93- uses : actions/upload-artifact@v6
93+ uses : actions/upload-artifact@v7
9494 with :
9595 name : webapp-jacoco-report-${{ matrix.java }}-${{ env.PROJECT_NORMALIZED }}-${{ matrix.parallel }}-${{ matrix.pre-start }}
9696 path : advanced-demo/target/site/jacoco-aggregate
You can’t perform that action at this time.
0 commit comments