diff options
author | 2024-04-09 09:53:05 +0200 | |
---|---|---|
committer | 2024-04-09 09:53:05 +0200 | |
commit | b8869fe2caa64c29f6700c42312586efbc3c01ff (patch) | |
tree | c1ecfd577ad0811a5773f6028117c1916dc9802a | |
parent | 6706ee84199337304d8bbc10ad570e0e045b3132 (diff) | |
download | coredns-b8869fe2caa64c29f6700c42312586efbc3c01ff.tar.gz coredns-b8869fe2caa64c29f6700c42312586efbc3c01ff.tar.zst coredns-b8869fe2caa64c29f6700c42312586efbc3c01ff.zip |
build(deps): bump codecov/codecov-action from 4.1.0 to 4.2.0 (#6592)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.2.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/54bcd8715eee62d40e33596ef5e8f0f48dbbccab...7afa10ed9b269c561c2336fd862446844e0cbf71)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 4f0f8f049..c201bf207 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@54bcd8715eee62d40e33596ef5e8f0f48dbbccab + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 |