Skip to content

Commit f3c00be

Browse files
authored
Merge pull request #97 from python-project-templates/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 4bac744 + 732ec84 commit f3c00be

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
@@ -66,7 +66,7 @@ jobs:
6666
files: '**/junit.xml'
6767

6868
- name: Upload coverage
69-
uses: codecov/codecov-action@v5
69+
uses: codecov/codecov-action@v6
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272

0 commit comments

Comments
 (0)