diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d56093c..3debdd7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,6 @@ jobs: run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}