Skip to content

Commit 4306b5e

Browse files
authored
Merge pull request #668 from rpgrca/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents b30bbe4 + 80869e0 commit 4306b5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
mv coverage.xml ../${{ matrix.python-version }}-coverage.xml
4343
4444
- name: Upload coverage to CodeCov
45-
uses: codecov/codecov-action@v5
45+
uses: codecov/codecov-action@v6
4646
env:
4747
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4848

0 commit comments

Comments
 (0)