Skip to content

Commit 00fe62d

Browse files
Build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.3 (#3637)
* Build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.6.0...v5.0.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Argument 'file' is deprecated in favor of 'files' --------- 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 791f26b commit 00fe62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ jobs:
177177

178178
# Upload coverage to Codecov
179179
- name: Upload coverage to Codecov
180-
uses: codecov/codecov-action@v4.6.0
180+
uses: codecov/codecov-action@v5.0.3
181181
if: success() || failure()
182182
with:
183183
use_oidc: true
184-
file: ./coverage.xml # optional
184+
files: ./coverage.xml # optional
185185
env_vars: OS,PYTHON,NUMPY
186186
fail_ci_if_error: false

0 commit comments

Comments
 (0)