Skip to content

Commit 9eac0eb

Browse files
authored
github-actions: increase version of codecov-action
1 parent dd3cd88 commit 9eac0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./configure --with-raw --with-pcap --with-nemea --with-gtest --enable-debug CXXFLAGS=-coverage CFLAGS=-coverage LDFLAGS=-lgcov
3636
- name: rebuild and check
3737
run: make clean; make check
38-
- uses: codecov/codecov-action@v3
38+
- uses: codecov/codecov-action@v4
3939
with:
4040
flags: tests # optional
4141
name: ipfixprobe # optional

0 commit comments

Comments
 (0)