From 15ea599b97ec56b9f18b4b11d473ebbc17bc5f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 17:00:51 +0000 Subject: [PATCH] Bump codecov/codecov-action from v1.2.1 to v1.3.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.2.1 to v1.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.2.1...fcebab03f26c7530a22baa63f06b3e0515f0c7cd) Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad145a7..216c2db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: with: package-name: launch_ros_sandbox target-ros2-distro: rolling - - uses: codecov/codecov-action@v1.2.1 + - uses: codecov/codecov-action@v1.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ros_ws/src/launch_ros_sandbox/coverage.xml