Skip to content

Commit f706996

Browse files
committed
Merge remote-tracking branch 'remotes/origin/main' into cppcheck
2 parents 7e1e9ca + 8691248 commit f706996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,9 +876,9 @@ jobs:
876876
CXX: /usr/bin/g++-10
877877
run: ./ci/do_ci.sh code.coverage
878878
- name: upload report
879-
uses: codecov/codecov-action@v4
879+
uses: codecov/codecov-action@v5
880880
with:
881-
file: /home/runner/build/coverage.info
881+
files: /home/runner/build/coverage.info
882882

883883
markdown-lint:
884884
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)