5151
5252 - uses : actions/setup-dotnet@v3
5353 with :
54- dotnet-version : " 6 .0.x"
54+ dotnet-version : " 8 .0.x"
5555
5656 - name : Enable NuGet cache
5757 uses : actions/cache@v3.2.3
9191 fetch-depth : 0
9292 - uses : actions/setup-dotnet@v3
9393 with :
94- dotnet-version : " 6 .0.x"
94+ dotnet-version : " 8 .0.x"
9595
9696 - name : Enable Homebrew
9797 run : echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
@@ -133,11 +133,11 @@ jobs:
133133 uses : actions/setup-java@v3
134134 with :
135135 distribution : ' zulu'
136- java-version : ' 11 '
136+ java-version : ' 17 '
137137
138138 - uses : actions/setup-dotnet@v3
139139 with :
140- dotnet-version : " 6 .0.x"
140+ dotnet-version : " 8 .0.x"
141141
142142 - name : Enable NuGet cache
143143 uses : actions/cache@v3.2.3
@@ -187,7 +187,7 @@ jobs:
187187 - uses : codecov/codecov-action@v3.1.1
188188 with :
189189 token : ${{ secrets.CODECOV_TOKEN }}
190- directory : " src/${{ env.TEST_RESULTS }} "
190+ directory : " src/"
191191 files : " **/coverage.opencover.xml"
192192 flags : unittests
193193 name : codecov-umbrella
@@ -219,7 +219,7 @@ jobs:
219219
220220 - uses : actions/setup-dotnet@v3
221221 with :
222- dotnet-version : " 6 .0.x"
222+ dotnet-version : " 8 .0.x"
223223
224224 - name : Enable NuGet cache
225225 uses : actions/cache@v3.2.3
@@ -292,7 +292,7 @@ jobs:
292292 env :
293293 NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
294294 with :
295- dotnet-version : " 6 .0.x"
295+ dotnet-version : " 8 .0.x"
296296 source-url : https://nuget.pkg.github.com/Project-MONAI/index.json
297297
298298 - name : Publish to GitHub
@@ -317,7 +317,7 @@ jobs:
317317 env :
318318 NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
319319 with :
320- dotnet-version : " 6 .0.x"
320+ dotnet-version : " 8 .0.x"
321321 source-url : https://nuget.pkg.github.com/Project-MONAI/index.json
322322
323323 - name : Publish to GitHub
0 commit comments