From f71237952570b4382d9bb46a2c8476b65bbd234b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:47:35 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 372a1116..30a324a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: make lint-py make test-py - name: Send coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -61,7 +61,7 @@ jobs: make lint-js make test-js - name: Send coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: Frontend token: ${{ secrets.CODECOV_TOKEN }}