Skip to content

Commit 945dbcc

Browse files
authored
Merge pull request #17 from tionis/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 4 to 5
2 parents ebb263c + 4c3e1af commit 945dbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload coverage reports to Codecov
4646
if: env.CODECOV_TOKEN != ''
47-
uses: codecov/codecov-action@v4
47+
uses: codecov/codecov-action@v5
4848
with:
4949
file: ./coverage.out
5050
flags: unittests

0 commit comments

Comments
 (0)