Skip to content

Commit 98a353a

Browse files
authored
Merge pull request #178 from zephir-lang/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 0e3157d + c84d7ef commit 98a353a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

172172
- name: Upload Code Coverage Report
173173
if: matrix.ccov == 'ON'
174-
uses: codecov/codecov-action@v5
174+
uses: codecov/codecov-action@v6
175175
with:
176176
token: ${{ secrets.CODECOV_TOKEN }}
177177
files: ./lcov.info

0 commit comments

Comments
 (0)