Update github-actions to v6.0.2
This commit is contained in:
parent
7f308faee2
commit
183b82cc23
|
|
@ -226,7 +226,7 @@ jobs:
|
|||
|
||||
- name: Upload test results to Codecov.io
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
|
||||
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
report_type: test_results
|
||||
|
|
@ -235,7 +235,7 @@ jobs:
|
|||
|
||||
- name: Upload code coverage data to Codecov.io
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
|
||||
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
report_type: coverage
|
||||
|
|
|
|||
Loading…
Reference in New Issue