From 0dcd5b7dbe7ffdceb75d19047e783861462fa850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 17:41:27 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/node-ci-dev.yml | 2 +- .github/workflows/pr-testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-ci-dev.yml b/.github/workflows/node-ci-dev.yml index abfb016b5..b9a9d4de5 100644 --- a/.github/workflows/node-ci-dev.yml +++ b/.github/workflows/node-ci-dev.yml @@ -33,7 +33,7 @@ jobs: env: CI: true - name: upload test coverage to codecov - uses: codecov/codecov-action@v5.3.1 + uses: codecov/codecov-action@v5.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} build: diff --git a/.github/workflows/pr-testing.yml b/.github/workflows/pr-testing.yml index 4e0dd645e..6f30be95f 100644 --- a/.github/workflows/pr-testing.yml +++ b/.github/workflows/pr-testing.yml @@ -26,6 +26,6 @@ jobs: env: CI: true - name: upload test coverage to codecov - uses: codecov/codecov-action@v5.3.1 + uses: codecov/codecov-action@v5.4.0 with: token: ${{ secrets.CODECOV_TOKEN }}