Skip to content

Commit a395cda

Browse files
authored
Merge pull request #193 from zephir-lang/dependabot/github_actions/codecov/codecov-action-7
Bump codecov/codecov-action from 6 to 7
2 parents f851bcd + d487f3c commit a395cda

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@v6
174+
uses: codecov/codecov-action@v7
175175
with:
176176
token: ${{ secrets.CODECOV_TOKEN }}
177177
files: ./lcov.info

0 commit comments

Comments
 (0)