diff options
author | 2024-06-05 14:45:25 -0400 | |
---|---|---|
committer | 2024-06-05 14:45:25 -0400 | |
commit | 3fd7b1e07b3b08d9fd56152606432018a43b1af8 (patch) | |
tree | 5e29124a65eb48d6d9eefd2a0467d7baaee1962e | |
parent | 98392db3ae623405938c70a21b0807836d426b81 (diff) | |
download | coredns-3fd7b1e07b3b08d9fd56152606432018a43b1af8.tar.gz coredns-3fd7b1e07b3b08d9fd56152606432018a43b1af8.tar.zst coredns-3fd7b1e07b3b08d9fd56152606432018a43b1af8.zip |
build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#6712)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.4.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/6d798873df2b1b8e5846dba6fb86631229fbcb17...125fc84a9a348dbcf27191600683ec096ec9021c)
---
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 d47fd65fc..b58277375 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@6d798873df2b1b8e5846dba6fb86631229fbcb17 + uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c |