From 31adafac760c17eb204faec5ae13f8ef793a73f9 Mon Sep 17 00:00:00 2001 From: Maxim Martynov Date: Wed, 7 Feb 2024 20:53:33 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c01eca5..ac6f95e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -131,7 +131,7 @@ jobs: coverage xml -o reports/coverage.xml -i - name: Check coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./reports