Skip to content

Commit a66a43a

Browse files
Update codecov/codecov-action action to v5
1 parent 872e677 commit a66a43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
path: '**/build/reports/'
9797
- name: Code coverage report
9898
if: ${{ runner.os == 'Linux' }}
99-
uses: codecov/codecov-action@v4
99+
uses: codecov/codecov-action@v5
100100
with:
101101
flags: unittests
102102
fail_ci_if_error: false # optional (default = false)

0 commit comments

Comments
 (0)