mirror of https://github.com/BOINC/boinc.git
Merge pull request #5615 from AenBleidd/vko_update_actions
[CI] Update actions
This commit is contained in:
commit
3ca1306b14
|
@ -188,7 +188,7 @@ jobs:
|
|||
path: android/BOINC/app/build/test-results/testDebugUnitTest/TEST-*.xml
|
||||
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
|
||||
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
if: ${{ matrix.task == 'jacocoTestReportDebug' }}
|
||||
|
|
|
@ -195,7 +195,7 @@ jobs:
|
|||
path: "tests/gtest/**/*_xml_report.xml"
|
||||
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
|
||||
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
if: success() && matrix.type == 'unit-test'
|
||||
|
|
|
@ -158,7 +158,7 @@ jobs:
|
|||
|
||||
- name: Upload coverage report
|
||||
if: success() && matrix.platform == 'x64' && matrix.type == 'msbuild'
|
||||
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
|
||||
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be
|
||||
env:
|
||||
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue