Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 4.6.0 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 4.6.0 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@v4.6.0...v5.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 6f4c74e commit 18f66bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
npm run test:coverage
- name: Upload report
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.7
if: ${{ github.ref_name == 'master' }}
with:
token: ${{ secrets.CODECOV }}
Expand Down

0 comments on commit 18f66bd

Please sign in to comment.