Skip to content

Commit c102326

Browse files
authored
Merge pull request #22 from python-project-templates/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents f843742 + f10e5d8 commit c102326

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
@@ -72,7 +72,7 @@ jobs:
7272
files: '**/junit.xml'
7373

7474
- name: Upload coverage
75-
uses: codecov/codecov-action@v5
75+
uses: codecov/codecov-action@v6
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878

0 commit comments

Comments
 (0)