Skip to content

Commit eef5f61

Browse files
authored
Merge pull request #27 from python-project-templates/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents fd2ff8b + 6f857de commit eef5f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
files: '**/junit.xml'
6868

6969
- name: Upload coverage
70-
uses: codecov/codecov-action@v5
70+
uses: codecov/codecov-action@v6
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373

0 commit comments

Comments
 (0)