mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-16 07:46:27 -04:00
chore: update codecov-action to v4
This commit is contained in:
parent
ae87825243
commit
ff4ad23a98
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -332,7 +332,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Coverage Data
|
- name: Upload Coverage Data
|
||||||
if: matrix.build_type == 'clang-coverage-ninja'
|
if: matrix.build_type == 'clang-coverage-ninja'
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: ${{ steps.coverage-files.outputs.list }}
|
files: ${{ steps.coverage-files.outputs.list }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user