diff options
author | 2024-05-20 21:53:37 +0200 | |
---|---|---|
committer | 2024-05-20 21:53:37 +0200 | |
commit | eaf938d479d543731f1442a07ae7647d832a81da (patch) | |
tree | 1932ab299dbea0b35e0d57c086c102d5ed526497 | |
parent | e196de3e6394ff0e450e6a14d5c507390838828f (diff) | |
download | coredns-eaf938d479d543731f1442a07ae7647d832a81da.tar.gz coredns-eaf938d479d543731f1442a07ae7647d832a81da.tar.zst coredns-eaf938d479d543731f1442a07ae7647d832a81da.zip |
build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 (#6686)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 4.4.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/5ecb98a3c6b747ed38dc09f787459979aebb39be...6d798873df2b1b8e5846dba6fb86631229fbcb17)
---
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 dcf8f3512..d47fd65fc 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@5ecb98a3c6b747ed38dc09f787459979aebb39be + uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 |