From 2b5c864a74bf9e3a6752ee177c03e71317d71752 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 6 May 2022 20:38:20 -0700 Subject: [PATCH] update the codecov action version. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6e26655..dc684fe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -76,7 +76,7 @@ jobs: # /build/scrutiny-collector-metrics-darwin-amd64 # /build/scrutiny-web-freebsd-amd64 # /build/scrutiny-collector-metrics-freebsd-amd64 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2 with: file: ${{ env.PROJECT_PATH }}/coverage.txt flags: unittests