From 58a3e59d59f1421f7346662d30f4ce13c318a757 Mon Sep 17 00:00:00 2001 From: Artem Navoiev <1381404+tenmozes@users.noreply.github.com> Date: Thu, 5 Mar 2020 23:25:13 +0200 Subject: [PATCH] bump version of codecov-action to v1.0.6 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c8a460b06b..c052d46026 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: GOOS=freebsd go build -mod=vendor ./app/victoria-metrics GOOS=darwin go build -mod=vendor ./app/victoria-metrics - name: Publish coverage - uses: codecov/codecov-action@v1.0.4 + uses: codecov/codecov-action@v1.0.6 with: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.txt