diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 87e8e09..87f6d1d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -43,4 +43,4 @@ jobs: - name: Test run: dotnet test --configuration Release --no-restore --no-build --verbosity normal --collect:"XPlat Code Coverage" - name: Report Codecov - uses: codecov/codecov-action@v5 \ No newline at end of file + uses: codecov/codecov-action@v6 \ No newline at end of file