From fbfadc4874e7efc135040805b759f02b08c6c132 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 4 Feb 2024 21:33:13 +0200 Subject: [PATCH] Update codecov --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b222750..8a47e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,9 @@ jobs: path: 'ValvePak/ValvePak/bin/Release/*.nupkg' - name: Upload test coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./ValvePak/ValvePak.Test/lcov.info fail_ci_if_error: true verbose: true