From 43b2fe8a3d2f485092ecb9dd3d99e8c484abbfc5 Mon Sep 17 00:00:00 2001 From: shamaton Date: Sat, 16 Mar 2024 22:47:27 +0900 Subject: [PATCH] imp --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 17c7366..bd7a5b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,9 +45,9 @@ jobs: - name: Upload coverage to Codecov if: success() && matrix.go == '1.22' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: - token: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false working-directory: ${{ env.WORKSPACE }}