Skip to content

Commit a1a28af

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 0eb767a commit a1a28af

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)