From e960ee89392fe459df26c83a815d14d3f31d5e92 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Wed, 12 Jun 2024 09:22:02 -0700 Subject: [PATCH] Update codecov/codecov-action@v4.4.1 Signed-off-by: Victor Chang --- .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 8e8a53b..aea89f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" working-directory: ./src - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} directory: "src/"