From 67df6f5da51ad236f6955f601f1e566994057be5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:54:29 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.0.3 --- .github/workflows/dotnet-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-coverage.yml b/.github/workflows/dotnet-coverage.yml index 46bbf3d..cf4b788 100644 --- a/.github/workflows/dotnet-coverage.yml +++ b/.github/workflows/dotnet-coverage.yml @@ -36,6 +36,6 @@ jobs: - name: Test run: dotnet test --no-build --verbosity normal - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.3 with: token: ${{ secrets.CODECOV_TOKEN }}