Skip to content

Commit 0e404e4

Browse files
authored
codecov: update version of gh action
1 parent 38e5867 commit 0e404e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ 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@v1
38+
- uses: codecov/codecov-action@v3
3939
with:
4040
flags: tests # optional
4141
name: ipfixprobe # optional
4242
fail_ci_if_error: true # optional (default = false)
4343
verbose: true # optional (default = false)
44-

0 commit comments

Comments
 (0)