Skip to content

Commit 135898e

Browse files
build(deps): bump codecov/codecov-action from 4 to 5 (#25)
1 parent b431081 commit 135898e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
run: go test ./... -v -covermode=atomic -race -coverprofile=coverage.txt
3333

3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v4
35+
uses: codecov/codecov-action@v5
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)