chore: update codecov-action to v4

This commit is contained in:
Marcus Holland-Moritz 2024-07-24 21:34:38 +02:00
parent ae87825243
commit ff4ad23a98

View File

@ -332,7 +332,7 @@ jobs:
- name: Upload Coverage Data
if: matrix.build_type == 'clang-coverage-ninja'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ steps.coverage-files.outputs.list }}