From d9aa1493bb3024ea688f449f2b8d2efeaef6857d Mon Sep 17 00:00:00 2001 From: Dmitry Meyer Date: Wed, 5 Jun 2024 12:21:05 +0000 Subject: [PATCH] CI: Update Codecov Action --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c0c944..9fe6f16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -98,6 +98,6 @@ jobs: run: | pytest --cov -- test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: - version: v0.7.3 + token: ${{ secrets.CODECOV_TOKEN }}