diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 292b62a..48b5b18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: dotnet test --no-restore --verbosity normal --collect "XPlat Code Coverage" --results-directory TestResults/ working-directory: src - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} directory: src/TestResults/