diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c340add..91b9773 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -21,5 +21,5 @@ jobs: - name: Test with dotnet run: dotnet test --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - name: Code coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5