Skip to content

Commit 8515c25

Browse files
deps: update codecov/codecov-action action to v5 (#557)
1 parent 4e70340 commit 8515c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- run: go test -coverprofile=coverage.txt -v -race ./...
3939

40-
- uses: codecov/codecov-action@v4
40+
- uses: codecov/codecov-action@v5
4141
if: >
4242
!startsWith(github.head_ref, 'renovate/') &&
4343
!startsWith(github.head_ref, 'release-please--')

0 commit comments

Comments
 (0)