Skip to content

Commit 2440aeb

Browse files
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](codecov/codecov-action@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>
1 parent 5dabf09 commit 2440aeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
4848
- name: Upload code coverage (unit)
4949
if: matrix.go-version == env.GO_LATEST_VERSION
50-
uses: codecov/codecov-action@v3
50+
uses: codecov/codecov-action@v4
5151
with:
5252
file: ./unit.coverprofile
5353
flags: unittests-${{ runner.os }}
5454

5555
- name: Upload code coverage (features)
5656
if: matrix.go-version == env.GO_LATEST_VERSION
57-
uses: codecov/codecov-action@v3
57+
uses: codecov/codecov-action@v4
5858
with:
5959
file: ./features.coverprofile
6060
flags: featuretests-${{ runner.os }}

0 commit comments

Comments
 (0)