Skip to content

Commit 2047f5f

Browse files
authored
Merge pull request #164 from zephir-lang/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 4a3c7d0 + fa2b530 commit 2047f5f

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
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Upload Code Coverage Report
169169
if: matrix.ccov == 'ON'
170-
uses: codecov/codecov-action@v4
170+
uses: codecov/codecov-action@v5
171171
with:
172172
token: ${{ secrets.CODECOV_TOKEN }}
173173
files: ./lcov.info

0 commit comments

Comments
 (0)