diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-05 03:36:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-05 03:36:02 +0000 |
| commit | 33f6b6c06ee3ba4cf16825725da2104d52e14b49 (patch) | |
| tree | 810939034b4e644b3a701958055aae217c60cfc8 | |
| parent | 9310ba47f78711a783ad6b640e014abab4e5a4cb (diff) | |
| download | sally-33f6b6c06ee3ba4cf16825725da2104d52e14b49.tar.gz | |
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [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/v3...v4)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e8e084e..810a8ef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,7 @@ jobs: run: make cover - name: Upload coverage to codecov.io - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 lint: name: Lint |