Skip to content

Commit d320ec0

Browse files
authored
Merge pull request #85 from python-project-templates/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 36ee27e + 4257825 commit d320ec0

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
@@ -71,7 +71,7 @@ jobs:
7171
if: matrix.os == 'ubuntu-latest'
7272

7373
- name: Upload coverage
74-
uses: codecov/codecov-action@v5
74+
uses: codecov/codecov-action@v6
7575
with:
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777

0 commit comments

Comments
 (0)