Quellcode durchsuchen

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] vor 10 Monaten
Ursprung
Commit
a4e49ddf49
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml Datei anzeigen

@@ -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:

Laden…
Abbrechen
Speichern