Skip to content

Commit 6fae446

Browse files
authored
Merge pull request #18 from python-project-templates/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 037a058 + a58ce21 commit 6fae446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: matrix.os == 'ubuntu-latest'
7676

7777
- name: Upload coverage
78-
uses: codecov/codecov-action@v4
78+
uses: codecov/codecov-action@v5
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181

0 commit comments

Comments
 (0)