68
68
JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY : ' ${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY }}'
69
69
JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD : ' ${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD }}'
70
70
- name : Upload unit test report
71
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
71
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
72
72
if : ${{ always() && hashFiles('**/test-results/**/*.xml') != '' }}
73
73
with :
74
74
name : ${{ matrix.os }}-unit-test-report
77
77
${{ github.workspace }}/**/build/test-results
78
78
retention-days : 5
79
79
- name : Upload coverage report
80
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
80
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
81
81
if : ${{ always() && hashFiles('build/reports/kover/report.xml') != '' }}
82
82
with :
83
83
name : ${{ matrix.os }}-kover-report
@@ -118,12 +118,12 @@ jobs:
118
118
if : github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request'
119
119
steps :
120
120
- name : Download unit test report
121
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
121
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
122
122
with :
123
123
name : ${{ matrix.os }}-unit-test-report
124
124
- name : Comment unit test report
125
125
if : ${{ hashFiles('**/test-results/**/*.xml') != '' }}
126
- uses : mikepenz/action-junit-report@ee6b445351cd81e2f73a16a0e52d598aeac2197f # v5.3 .0
126
+ uses : mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5.4 .0
127
127
with :
128
128
report_paths : ' **/test-results/**/*.xml'
129
129
check_name : Unit test report (${{ matrix.os }})
@@ -142,7 +142,7 @@ jobs:
142
142
if : github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request'
143
143
steps :
144
144
- name : Download coverage report
145
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
145
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
146
146
with :
147
147
name : ${{ matrix.os }}-kover-report
148
148
- name : Comment branch coverage report to PR
0 commit comments