diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a783da63..19961785 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -50,7 +50,7 @@ jobs: run: dotnet test -c Release --collect:"XPlat Code Coverage" - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: coverage.cobertura.xml