diff options
author | 2024-06-17 13:30:24 +0000 | |
---|---|---|
committer | 2024-06-17 13:30:24 +0000 | |
commit | 189d4c3e3e0e1e5a71b33d89714eca9f56d02804 (patch) | |
tree | 620411aae8d3c13ea9efae09abff699698b7d531 | |
parent | 32ae647119d6bdd53f4b4bbbe9a91f7a6481275c (diff) | |
download | coredns-dependabot/github_actions/codecov/codecov-action-4.5.0.tar.gz coredns-dependabot/github_actions/codecov/codecov-action-4.5.0.tar.zst coredns-dependabot/github_actions/codecov/codecov-action-4.5.0.zip |
build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0dependabot/github_actions/codecov/codecov-action-4.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.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/125fc84a9a348dbcf27191600683ec096ec9021c...e28ff129e5465c2c0dcc6f003fc735cb6ae0c673)
---
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>
-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 b58277375..753e2c510 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@125fc84a9a348dbcf27191600683ec096ec9021c + uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 |