Skip to content

Commit 768b7d8

Browse files
authored
Merge pull request #96 from python-project-templates/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 3dc8ff4 + 8bfaa1c commit 768b7d8

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
@@ -76,7 +76,7 @@ jobs:
7676
if: matrix.os == 'ubuntu-latest'
7777

7878
- name: Upload coverage
79-
uses: codecov/codecov-action@v5
79+
uses: codecov/codecov-action@v6
8080
with:
8181
token: ${{ secrets.CODECOV_TOKEN }}
8282

0 commit comments

Comments
 (0)