Skip to content

Commit a0b2c84

Browse files
committed
ci: update codecov-action
1 parent 311e740 commit a0b2c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
go-version: 1.24
2929
- run: go test -v ./... -coverprofile=coverage.txt -covermode=count
30-
- uses: codecov/codecov-action@v3
30+
- uses: codecov/codecov-action@v5
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333
verbose: true

0 commit comments

Comments
 (0)