Skip to content

Commit b02fc5d

Browse files
committed
Use latest codecov GH action version (v5)
Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 8b50496 commit b02fc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
strategy:
1616
matrix:
1717
os:
@@ -53,7 +53,7 @@ jobs:
5353
[ -z "${ninja}" ] && export ninja=$(command -v ninja-build)
5454
gcovr -r .. -f ../src -f src/ -e ../tests -e tests -x coverage.xml
5555
56-
- uses: codecov/codecov-action@v3
56+
- uses: codecov/codecov-action@v5
5757
with:
5858
file: build/coverage.xml
5959
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)