From 7b50823f38a8c5c28d8719741b7740ffa0751abb Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Sat, 27 Apr 2024 20:46:08 +0300 Subject: [PATCH] codecov action v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eec604e..b4fee93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: name: cobertura.xml path: cobertura.xml - name: upload coverage data to codecov.io - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4 if: always() # even if previous steps fail, this one needs to be run with: token: ${{ secrets.CODECOV_TOKEN }}