From 9e207037c64dfaa3bfc8dba1282b16a78f772da4 Mon Sep 17 00:00:00 2001 From: "isn-renovate[bot]" <148541886+isn-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:36:59 +0000 Subject: [PATCH] ci(action): update codecov/codecov-action action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4401585..12c0fb65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: - name: Upload coverage reports to Codecov if: strategy.job-index == 0 - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3 + uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/coverage-final.json