Skip to content

Commit 49e5604

Browse files
Merge pull request #3 from py-package/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents 61f4015 + b074b2f commit 49e5604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
make coverage
2626
- name: Upload coverage
27-
uses: codecov/codecov-action@v2
27+
uses: codecov/codecov-action@v3
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
fail_ci_if_error: false

0 commit comments

Comments
 (0)