Skip to content

Commit 5e16729

Browse files
Bump codecov/codecov-action from 2 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 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@v2...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ca2c95 commit 5e16729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Test
2121
run: make test
2222
- name: Upload Coverage to Codecov
23-
uses: codecov/codecov-action@v2
23+
uses: codecov/codecov-action@v4
2424
with:
2525
token: ${{ secrets.CODECOV_TOKEN }}
2626
test-and-build-windows:
@@ -39,7 +39,7 @@ jobs:
3939
- name: Test
4040
run: make test
4141
- name: Upload Coverage to Codecov
42-
uses: codecov/codecov-action@v2
42+
uses: codecov/codecov-action@v4
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545

0 commit comments

Comments
 (0)