Skip to content

Commit 9949427

Browse files
committed
Bump codecov action
1 parent 517b213 commit 9949427

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/test_and_deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,16 @@ jobs:
5858
if: ${{ always() }}
5959

6060
- name: Coverage
61-
uses: codecov/codecov-action@v3
61+
uses: codecov/codecov-action@v4
6262
# Don't run coverage on merge queue CI to avoid duplicating reports
6363
# to codecov. See https://github.com/matplotlib/napari-matplotlib/issues/155
6464
if: github.event_name != 'merge_group'
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}
6767
fail_ci_if_error: true
6868

69+
70+
6971
deploy:
7072
# this will run when you have tagged a commit, starting with "v*"
7173
# and requires that you have put your twine API key in your

0 commit comments

Comments
 (0)