Skip to content

Commit cc20283

Browse files
authored
Merge pull request #356 from AndreiDrang/dependabot/github_actions/codecov/codecov-action-6
[github-actions] Bump codecov/codecov-action from 5 to 6
2 parents 5eeb593 + 9103e4c commit cc20283

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
@@ -48,7 +48,7 @@ jobs:
4848
run: make tests
4949

5050
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v5
51+
uses: codecov/codecov-action@v6
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
files: ${{github.workspace}}/coverage/coverage.xml

0 commit comments

Comments
 (0)