Skip to content

Commit ef623b2

Browse files
authored
Merge pull request #11 from python-project-templates/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 48f55e5 + 29d2bbe commit ef623b2

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
@@ -77,7 +77,7 @@ jobs:
7777
if: ${{ matrix.os == 'ubuntu-latest' }}
7878

7979
- name: Upload coverage
80-
uses: codecov/codecov-action@v3
80+
uses: codecov/codecov-action@v4
8181

8282
- name: Make dist
8383
run: make dist

0 commit comments

Comments
 (0)