Browse Source

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

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


Updates `codecov/codecov-action` from 4.4.1 to 4.5.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.4.1...v4.5.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] 10 months ago
parent
commit
a4e49ddf49
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml View File

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.4.1
55
+      uses: codecov/codecov-action@v4.5.0
56
       with:
56
       with:
57
         fail_ci_if_error: false
57
         fail_ci_if_error: false
58
   lint_python:
58
   lint_python:

Loading…
Cancel
Save