Skip to content

Commit 982126e

Browse files
authored
Merge pull request #144 from koki-develop/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents 4a8e797 + a1a28af commit 982126e

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
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: ./.github/actions/setup
1212
- run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
13-
- uses: codecov/codecov-action@v3
13+
- uses: codecov/codecov-action@v5
1414

1515
build:
1616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)