From f9e79ef8fe9357eda5fb31f2e927cc6d0b9535d1 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 28 Apr 2022 18:35:29 +0200 Subject: [PATCH] chore(v2): replace old codecov uploader (#3532) * chore(v2): replace old codecov uploader * Update .github/workflows/zitadel.yml --- .github/workflows/zitadel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zitadel.yml b/.github/workflows/zitadel.yml index b1e0e17793..c181187d68 100644 --- a/.github/workflows/zitadel.yml +++ b/.github/workflows/zitadel.yml @@ -77,7 +77,7 @@ jobs: name: console path: .artifacts/console - name: Publish go coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3.1.0 with: - files: .artifacts/codecov/profile.cov + file: .artifacts/codecov/profile.cov name: go-codecov