From 90c7ccde33acb330ac05bfbf3ee90707f909e956 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 03:04:37 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ca189e0..a3ef6357 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: E2E_PRIVATE_KEY_B64: ${{ secrets.E2E_PRIVATE_KEY_B64 }} - run: npm run semantic-release-dry-run - name: Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v6.0.0 if: matrix.reportCoverage with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2aacb857..21088d3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: E2E_IMS_ORG_ID: ${{ secrets.E2E_IMS_ORG_ID }} E2E_PRIVATE_KEY_B64: ${{ secrets.E2E_PRIVATE_KEY_B64 }} - name: Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Release