From c6fbed4868857d086830cc227ecb3e9fa6cbe9c1 Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Sun, 6 Feb 2022 12:26:26 +0100 Subject: [PATCH] ci: Revert "chore: pin codecov uploader (#14007)" (#14034) This reverts commit baca073f2ce682a7e87066a0e5f15d16c478045a. --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9f12acc4c..2dec33dff8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,8 +101,6 @@ jobs: - name: Codecov uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # renovate: tag=v2.1.0 - with: - version: 'v0.1.15' if: always() && env.coverage == 'true' - name: E2E Test -- GitLab