Skip to content

Commit 118a873

Browse files
Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#3236)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dongdong Tian <[email protected]>
1 parent 7fc5279 commit 118a873

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci_tests.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,9 @@ jobs:
159159

160160
# Upload coverage to Codecov
161161
- name: Upload coverage to Codecov
162-
uses: codecov/[email protected].0
162+
uses: codecov/[email protected].1
163163
with:
164164
file: ./coverage.xml # optional
165165
env_vars: OS,PYTHON,NUMPY
166166
fail_ci_if_error: false
167-
env:
168-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
167+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)