Skip to content

Commit e66ee0a

Browse files
authored
Merge pull request #6267 from BOINC/vko_update_actions
[ci] update actions
2 parents 53925e7 + 7ecbd87 commit e66ee0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185

186186
- name: Upload coverage report
187187
if: ${{ matrix.task == 'jacocoTestReportDebug' }}
188-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
188+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
189189
env:
190190
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
191191

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215

216216
- name: Upload coverage report
217217
if: success() && matrix.type == 'unit-test'
218-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
218+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
219219
env:
220220
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
221221

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,6 @@ jobs:
215215

216216
- name: Upload coverage report
217217
if: success() && matrix.platform == 'x64' && matrix.type == 'msbuild'
218-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
218+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
219219
env:
220220
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)