Skip to content

Commit 413ce2d

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 3d56aec + 462d1a7 commit 413ce2d

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
@@ -84,7 +84,7 @@ jobs:
8484
files: '**/junit.xml'
8585

8686
- name: Upload coverage
87-
uses: codecov/codecov-action@v5
87+
uses: codecov/codecov-action@v6
8888
with:
8989
token: ${{ secrets.CODECOV_TOKEN }}
9090

0 commit comments

Comments
 (0)