Skip to content

Commit c6ba721

Browse files
authored
Merge pull request #123 from AndreiDrang/dependabot/github_actions/codecov/codecov-action-5
[github-actions] Bump codecov/codecov-action from 4 to 5
2 parents 482660c + 6c44a9b commit c6ba721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: make tests
4747

4848
- name: Upload coverage to Codecov
49-
uses: codecov/codecov-action@v4
49+
uses: codecov/codecov-action@v5
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
files: ${{github.workspace}}/src/coverage/coverage.xml

0 commit comments

Comments
 (0)