File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 timeout-minutes : 30
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 - name : Set up .NET SDK
23- uses : actions/setup-dotnet@v4
23+ uses : actions/setup-dotnet@v5
2424 with :
2525 dotnet-version : ${{ matrix.DOTNET_VERSION }}
2626 - name : Cache NuGet packages
27- uses : actions/cache@v4
27+ uses : actions/cache@v5
2828 with :
2929 path : |
3030 ~/.nuget/packages
4242 run : |
4343 OpenCover.Console.exe -returntargetcode -target:dotnet.exe -targetargs:"test --framework net${{ matrix.DOTNET_VERSION }} --configuration Debug --test-adapter-path:. --logger:console /p:DebugType=full .\Parse.Tests\Parse.Tests.csproj" -filter:"+[Parse*]* -[Parse.Tests*]*" -oldstyle -output:parse_sdk_dotnet_coverage.xml -register:user
4444 - name : Upload code coverage
45- uses : codecov/codecov-action@v4
45+ uses : codecov/codecov-action@v5
4646 with :
4747 fail_ci_if_error : true
4848 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments