From ddf38454c91b22e682386172442d05145649f29c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:45:28 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/test-merge.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-merge.yml b/.github/workflows/test-merge.yml index 915f94d50..aa1df9f33 100644 --- a/.github/workflows/test-merge.yml +++ b/.github/workflows/test-merge.yml @@ -21,6 +21,6 @@ jobs: node-version: 18 - run: npm ci - run: npm test - - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3 + - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5 with: directory: ./coverage/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 85f3ef145..c1c772f75 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,6 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm test - - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3 + - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5 with: directory: ./coverage/