File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,21 +60,21 @@ jobs:
6060 run : ./gradlew test jacocoTestReport
6161
6262 - name : Upload Test Results
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
65- name : test-results
65+ name : test-results-${{ matrix.java }}
6666 path : build/reports/tests/test
6767
6868 - name : Upload Coverage Report
69- uses : actions/upload-artifact@v3
69+ uses : actions/upload-artifact@v4
7070 with :
71- name : code-coverage-report
71+ name : code-coverage-report-${{ matrix.java }}
7272 path : build/reports/jacoco/test/html
7373
7474 - name : Upload Jacoco XML Report
75- uses : actions/upload-artifact@v3
75+ uses : actions/upload-artifact@v4
7676 with :
77- name : jacoco-xml-report
77+ name : jacoco-xml-report-${{ matrix.java }}
7878 path : build/reports/jacoco/test/jacocoTestReport.xml
7979
8080 - name : Codecov
You can’t perform that action at this time.
0 commit comments