From d5ed4fec42b14601671295f1968ed67241e7e79f Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Thu, 19 Oct 2023 00:55:50 +0200 Subject: [PATCH] ci: Update codecov --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 57361443..5454df7e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -152,7 +152,7 @@ jobs: run: lcov --summary bazel-out/_coverage/_coverage_report.dat - name: Upload run: | - wget --no-verbose --output-document=codecov https://github.com/codecov/uploader/releases/download/v0.6.3/codecov-linux + wget --no-verbose --output-document=codecov https://github.com/codecov/uploader/releases/download/v0.7.0/codecov-linux chmod +x codecov ./codecov -f bazel-out/_coverage/_coverage_report.dat