Skip to content

Commit

Permalink
Bump codecov/codecov-action from 5.0.6 to 5.0.7
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.6 to 5.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@d168679...015f24e)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and vrubezhny committed Nov 21, 2024
1 parent 6a48c4f commit 5de97ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

# Upload coverage to codecov.io
- name: Codecov
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 #v5.0.6
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a #v5.0.7
if: (success() || failure()) && runner.os == 'Linux'
with:
files: ./coverage/unit/coverage-final.json,./coverage/integration/coverage-final.json

0 comments on commit 5de97ce

Please sign in to comment.