From 705620ab132aca11c807e8be2d8f5f9ab7b61d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Fri, 2 Feb 2024 22:08:46 +0000 Subject: [PATCH] chore(deps): Update codecov/codecov-action action to v4 --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 04ac4d9f..9ee8c577 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -17,7 +17,7 @@ jobs: - name: Run tests with coverage run: go test -v -coverprofile="coverage.out" ./... - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.out token: ${{ secrets.CODECOV }}