From 9449095f83891029820e1e0c2f899811cf6897cf Mon Sep 17 00:00:00 2001 From: Serhii Shliakhov Date: Tue, 14 May 2024 16:41:50 +0100 Subject: [PATCH] update codecov action --- .github/workflows/test-application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index d93459a..5c976b4 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -74,7 +74,7 @@ jobs: ELASTICSEARCH_HOST: '127.0.0.1:9200' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: files: ./coverage.xml fail_ci_if_error: true