diff options
author | 2024-03-07 14:37:29 -0500 | |
---|---|---|
committer | 2024-03-07 14:37:29 -0500 | |
commit | bdec0a294b4aa6618572bec98daf340408f69409 (patch) | |
tree | eca5cad22ac728c160e07386226a74c993ef4ae0 /.github | |
parent | 90d2ff7e83d2dcb92bbc040f3cda2e4432d3d915 (diff) | |
download | coredns-bdec0a294b4aa6618572bec98daf340408f69409.tar.gz coredns-bdec0a294b4aa6618572bec98daf340408f69409.tar.zst coredns-bdec0a294b4aa6618572bec98daf340408f69409.zip |
build(deps): bump codecov/codecov-action from 3.1.5 to 4.1.0 (#6523)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.1.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/4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0...54bcd8715eee62d40e33596ef5e8f0f48dbbccab)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.coverage.yml b/.github/workflows/go.coverage.yml index e9d9a0ab6..4f0f8f049 100644 --- a/.github/workflows/go.coverage.yml +++ b/.github/workflows/go.coverage.yml @@ -31,4 +31,4 @@ jobs: done - name: Upload coverage to Codecov - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 + uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab |