Skip to content

Commit 6c7ed6c

Browse files
authored
Merge pull request #45 from HexDecimal/dependabot/github_actions/github-actions-7980569b8c
Bump codecov/codecov-action from 5 to 6 in the github-actions group
2 parents f0322ce + c5788a2 commit 6c7ed6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run tests
5353
run: pytest --cov-report=xml
5454
- name: Upload coverage
55-
uses: codecov/codecov-action@v5
55+
uses: codecov/codecov-action@v6
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858

0 commit comments

Comments
 (0)