From 6743f3f34799d765a0b3912af961ae19374b052d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 05:19:34 +0000 Subject: [PATCH] Bump codecov/codecov-action from v1.1.0 to v1.2.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.1.0 to v1.2.0. - [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.1.0...a92c414703a4bba586f6df7fcc885c9d0bdff772) Signed-off-by: dependabot[bot] --- .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 ee31c5f801..78ef649798 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: run: | dotnet nuke Pack --skip - name: 🐿 Publish Coverage - uses: codecov/codecov-action@v1.1.0 + uses: codecov/codecov-action@v1.2.0 with: name: 'actions-${{ matrix.os }}' - name: 🏺 Publish logs