dependabot[bot] commited on
Commit
a3e4c7d
·
unverified ·
1 Parent(s): 9f44dc9

github-actions(deps): bump codecov/codecov-action from 3 to 5

Browse files

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5.
- [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/v3...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +1 -1
.github/workflows/ci-cd.yml CHANGED
@@ -85,7 +85,7 @@ jobs:
85
  pytest tests/ -v --cov=agentic_ai_system --cov-report=xml --cov-report=html
86
 
87
  - name: Upload coverage reports
88
- uses: codecov/codecov-action@v3
89
  with:
90
  file: ./coverage.xml
91
  flags: unittests
 
85
  pytest tests/ -v --cov=agentic_ai_system --cov-report=xml --cov-report=html
86
 
87
  - name: Upload coverage reports
88
+ uses: codecov/codecov-action@v5
89
  with:
90
  file: ./coverage.xml
91
  flags: unittests