Skip to content

Commit c3a1710

Browse files
Merge pull request #15 from codecov/update-to-v4
chore(ci): upgrade to v4
2 parents a70eb48 + 3dcc506 commit c3a1710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-11-standard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
./TestBinary
3131
gcov -o . test/test_index.cpp
3232
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v4-beta
33+
uses: codecov/codecov-action@v4
3434
env:
3535
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3636
- name: Test coverage percentage

0 commit comments

Comments
 (0)