From 23f2c09f1d78840f5820eda0a421c340910ef9c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:30:37 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/buildtest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index f1cdfcb..03ac7ed 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -119,7 +119,7 @@ jobs: covimerage write_coverage "${THEMIS_PROFILE}" coverage xml - name: Send coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml env_vars: OS,VIMVER @@ -241,7 +241,7 @@ jobs: covimerage write_coverage ${Env:THEMIS_PROFILE} coverage xml - name: Send coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml env_vars: OS,VIMVER