Skip to content

Commit 86fd7ba

Browse files
authored
Merge pull request #5916 from BOINC/vko_update_actions
[ci] update actions
2 parents 1c100c5 + d5ad4cb commit 86fd7ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189

190190
- name: Upload coverage report
191191
if: ${{ matrix.task == 'jacocoTestReportDebug' }}
192-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
192+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
193193
env:
194194
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
195195

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196

197197
- name: Upload coverage report
198198
if: success() && matrix.type == 'unit-test'
199-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
199+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
200200
env:
201201
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
202202

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,6 @@ jobs:
166166

167167
- name: Upload coverage report
168168
if: success() && matrix.platform == 'x64' && matrix.type == 'msbuild'
169-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
169+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
170170
env:
171171
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)