Merge pull request #5615 from AenBleidd/vko_update_actions

[CI] Update actions
This commit is contained in:
Vitalii Koshura 2024-05-05 09:38:06 +02:00 committed by GitHub
commit 3ca1306b14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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' }}

View File

@ -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'

View File

@ -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: