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 @@ -118,7 +118,7 @@ jobs:
118118 if : github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request'
119119 steps :
120120 - name : Download unit test report
121- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
121+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
122122 with :
123123 name : ${{ matrix.os }}-unit-test-report
124124 - name : Comment unit test report
@@ -142,7 +142,7 @@ jobs:
142142 if : github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request'
143143 steps :
144144 - name : Download coverage report
145- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
145+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
146146 with :
147147 name : ${{ matrix.os }}-kover-report
148148 - name : Comment branch coverage report to PR
You can’t perform that action at this time.
0 commit comments