mirror of https://github.com/BOINC/boinc.git
[ci] update actions
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
24db23cd06
commit
d234fc98c2
|
@ -189,7 +189,7 @@ jobs:
|
|||
|
||||
- name: Upload coverage report
|
||||
if: ${{ matrix.task == 'jacocoTestReportDebug' }}
|
||||
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
|
||||
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
|
|
|
@ -196,7 +196,7 @@ jobs:
|
|||
|
||||
- name: Upload coverage report
|
||||
if: success() && matrix.type == 'unit-test'
|
||||
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
|
||||
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
|
|
|
@ -166,6 +166,6 @@ jobs:
|
|||
|
||||
- name: Upload coverage report
|
||||
if: success() && matrix.platform == 'x64' && matrix.type == 'msbuild'
|
||||
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
|
||||
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue