Skip to content

Commit 0dac2ce

Browse files
Merge pull request #10 from ConsultingMD/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 4 to 5
2 parents b224977 + 3dcd5cd commit 0dac2ce

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
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Upload Code Coverage
7575
if: hashFiles('coverage.lcov') != ''
76-
uses: codecov/codecov-action@v4
76+
uses: codecov/codecov-action@v5
7777
with:
7878
file: coverage.lcov
7979
fail_ci_if_error: false

0 commit comments

Comments
 (0)