Sfoglia il codice sorgente

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 mesi fa
parent
commit
a4e49ddf49
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .github/workflows/test.yml

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

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

Loading…
Annulla
Salva