File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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