From 2d9f21e2145294b1bd96276290207e77e8c6f640 Mon Sep 17 00:00:00 2001 From: stsysd <000stsysd000@gmail.com> Date: Wed, 29 May 2024 03:22:02 +0900 Subject: [PATCH] :green_heart: update codecov action in ci --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3019473..a4fa3d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,8 @@ jobs: run: | deno coverage ./coverage --lcov > coverage.lcov - name: Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v4 with: file: ./coverage.lcov fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}