diff options
author | 2024-05-11 15:18:17 +0200 | |
---|---|---|
committer | 2024-05-11 15:18:17 +0200 | |
commit | 883b5550f4ea742703314b092929d53f936e597d (patch) | |
tree | 7da084ade6508c189cf33fc9aac8ac5c2cb1ddb6 | |
parent | 677e242bd8bf3d08e01c383c50b55b4dc35099b4 (diff) | |
download | coredns-883b5550f4ea742703314b092929d53f936e597d.tar.gz coredns-883b5550f4ea742703314b092929d53f936e597d.tar.zst coredns-883b5550f4ea742703314b092929d53f936e597d.zip |
build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 (#6666)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1.
- [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/84508663e988701840491b86de86b666e8a86bed...5ecb98a3c6b747ed38dc09f787459979aebb39be)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 06f986aab..dcf8f3512 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@84508663e988701840491b86de86b666e8a86bed + uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be |