Skip to content

Commit 27b78e5

Browse files
authored
Merge pull request #35 from python-project-templates/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 4edde2b + dec4fa1 commit 27b78e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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@v4
79+
uses: codecov/codecov-action@v5
8080
with:
8181
token: ${{ secrets.CODECOV_TOKEN }}
8282
slug: python-project-templates/yardang

0 commit comments

Comments
 (0)