chore(v2): replace old codecov uploader (#3532)

* chore(v2): replace old codecov uploader

* Update .github/workflows/zitadel.yml
This commit is contained in:
Florian Forster 2022-04-28 18:35:29 +02:00 committed by GitHub
parent 2af3e228e4
commit f9e79ef8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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