Skip to content

Commit 1cb4012

Browse files
authoredNov 18, 2024
Merge pull request #13 from python-project-templates/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents e194b5a + d43c68a commit 1cb4012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if: matrix.os == 'ubuntu-latest'
102102

103103
- name: Upload coverage
104-
uses: codecov/codecov-action@v4
104+
uses: codecov/codecov-action@v5
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107107

0 commit comments

Comments
 (0)