From 5a06b56351fb793e2f9c5f5635aacb5989ea76d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 15:59:21 -0800 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5.2.0 to 5.3.0 (#9883) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.2.0 to 5.3.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.2.0...v5.3.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c78532ad53a1..d316eefeab07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: - working-directory: modules/web run: yarn - run: PATH=$PATH:$GOPATH/bin make coverage - - uses: codecov/codecov-action@v5.2.0 + - uses: codecov/codecov-action@v5.3.0 with: directory: ./.tmp token: ${{ secrets.CODECOV_TOKEN }}