Skip to content

Commit ae83ea4

Browse files
chore(deps): update codecov/codecov-action action to v7
1 parent 8adfe47 commit ae83ea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go test -race -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v internal/testhelper)
3838
3939
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v5
40+
uses: codecov/codecov-action@v7
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
files: ./coverage.txt

0 commit comments

Comments
 (0)