diff options
author | 2024-04-14 12:41:11 +0200 | |
---|---|---|
committer | 2024-04-14 12:41:11 +0200 | |
commit | d9ed91f39e689ee7f01a4995ad921954c5f23767 (patch) | |
tree | 1775e006b62768138dda9de5633dd7e18c82598b | |
parent | c7db434bb17b4d466a2430e65106014e4c515a2f (diff) | |
download | coredns-d9ed91f39e689ee7f01a4995ad921954c5f23767.tar.gz coredns-d9ed91f39e689ee7f01a4995ad921954c5f23767.tar.zst coredns-d9ed91f39e689ee7f01a4995ad921954c5f23767.zip |
build(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 (#6601)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.2.0 to 4.3.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/7afa10ed9b269c561c2336fd862446844e0cbf71...84508663e988701840491b86de86b666e8a86bed)
---
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 c201bf207..06f986aab 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@7afa10ed9b269c561c2336fd862446844e0cbf71 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed |