From 041ec8b4abd6aeab2724a01e16f8ea89b72a950b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:32:57 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lib-server.yml | 2 +- .github/workflows/lib-util.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lib-server.yml b/.github/workflows/lib-server.yml index 5ca61014c..5e0b32767 100644 --- a/.github/workflows/lib-server.yml +++ b/.github/workflows/lib-server.yml @@ -50,7 +50,7 @@ jobs: lerna run cov:ci --scope=@kashw2/lib-server - name: setup codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} directory: libs/server diff --git a/.github/workflows/lib-util.yml b/.github/workflows/lib-util.yml index ede299d69..15a2b677d 100644 --- a/.github/workflows/lib-util.yml +++ b/.github/workflows/lib-util.yml @@ -47,7 +47,7 @@ jobs: lerna run cov:ci --scope=@kashw2/lib-util - name: setup codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} directory: libs/util