Skip to content

Commit c452d45

Browse files
Merge pull request #16 from codecov/update-to-v5
chore(ci): upgrade to v5
2 parents c3a1710 + 8b81aab commit c452d45

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
33+
uses: codecov/codecov-action@v5
3434
env:
3535
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3636
- name: Test coverage percentage

0 commit comments

Comments
 (0)