Skip to content

Commit 833c17f

Browse files
bump codecov/codecov-action from 2 to 4
--- 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 a60f7d2 commit 833c17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: make coverage
3636

3737
- name: Codecov
38-
uses: codecov/codecov-action@v2
38+
uses: codecov/codecov-action@v4
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
file: ./cover.out

0 commit comments

Comments
 (0)