File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 26
26
27
27
- name : Upload Test Reports
28
28
if : ${{ inputs.upload-test-reports == 'true' }}
29
- uses : actions/upload-artifact@v3
29
+ uses : actions/upload-artifact@v4
30
30
with :
31
31
name : test-reports
32
32
path : ${{ github.workspace }}/**/reports/tests/*/
40
40
41
41
- name : Upload Code Coverage Report
42
42
if : ${{ inputs.upload-code-coverage-reports == 'true' }}
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : code-coverage
46
46
path : ${{ github.workspace }}/build/reports/jacoco/jacocoRootReport/html/*
Original file line number Diff line number Diff line change 31
31
gradle_task : app:assembleRelease
32
32
33
33
- name : Archive .apk file
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : kuksa_sdk_testapp.apk
37
37
path : app/build/outputs/apk/release/app-release.apk
45
45
upload-code-coverage-reports : true
46
46
47
47
- name : Archive changelog
48
- uses : actions/upload-artifact@v3
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : CHANGELOG.md
51
51
path : CHANGELOG.md
Original file line number Diff line number Diff line change 21
21
22
22
- name : Upload Detekt Reports
23
23
if : always()
24
- uses : actions/upload-artifact@v3
24
+ uses : actions/upload-artifact@v4
25
25
with :
26
26
name : detekt-reports
27
27
path : ${{ github.workspace }}/build/reports/detekt
33
33
with :
34
34
upload-test-reports : true
35
35
upload-code-coverage-reports : true
36
+ databroker-version : " latest"
You can’t perform that action at this time.
0 commit comments