瀏覽代碼

Bump codecov/codecov-action in the github_actions group (#4275)

Bumps the github_actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 4.0.1 to 4.3.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.0.1...v4.3.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 1 年之前
父節點
當前提交
e19b0dc2f7
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml 查看文件

52
       run: |
52
       run: |
53
         coverage run --parallel -m pytest -x
53
         coverage run --parallel -m pytest -x
54
     - name: Upload coverage to Codecov
54
     - name: Upload coverage to Codecov
55
-      uses: codecov/codecov-action@v4.0.1
55
+      uses: codecov/codecov-action@v4.3.0
56
       with:
56
       with:
57
         fail_ci_if_error: false
57
         fail_ci_if_error: false
58
   lint_python:
58
   lint_python:

Loading…
取消
儲存