Bump codecov/codecov-action from 4 to 5 in the dependencies group (#56)

This commit is contained in:
dependabot[bot]
2024-11-15 07:04:30 +00:00
committed by GitHub
parent 3f627a5f7d
commit 12021c152c

View File

@@ -30,7 +30,7 @@ jobs:
-ignore-filename-regex="\/Benchmarks\/" \
-instr-profile=.build/debug/codecov/default.profdata > info.lcov
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: info.lcov
linux:
@@ -57,7 +57,7 @@ jobs:
-ignore-filename-regex="\/Benchmarks\/" \
-instr-profile .build/debug/codecov/default.profdata > info.lcov
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: info.lcov
windows: