File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 fail-fast : false
2424 matrix :
2525 platform :
26- - { name: Windows x64, os: windows-2025 }
26+ - { name: Windows x64, os: windows-2025-vs2026 }
2727 - { name: Ubuntu x64, os: ubuntu-24.04 }
2828 - { name: macOS arm64, os: macos-15 }
2929 dotnet :
@@ -33,11 +33,11 @@ jobs:
3333
3434 steps :
3535 - name : Checkout HTML Renderer
36- uses : actions/checkout@v6
36+ uses : actions/checkout@v7
3737
3838 - name : Setup .NET ${{ matrix.dotnet.version }} SDK
3939 id : setup-dotnet
40- uses : actions/setup-dotnet@v5
40+ uses : actions/setup-dotnet@v6
4141 with :
4242 dotnet-version : ${{ matrix.dotnet.version }}
4343 - name : Enforce SDK Version
6464 run : dotnet pack Source/HtmlRenderer.WPF/HtmlRenderer.WPF.csproj --configuration Release --include-symbols -p:SymbolPackageFormat=snupkg --no-build --verbosity normal --output ${{ env.NuGetDirectory }}
6565
6666 - name : Upload NuGet package artifacts
67- uses : actions/upload-artifact@v5
67+ uses : actions/upload-artifact@v7
6868 with :
6969 name : " HTML Renderer (${{ matrix.platform.name }} ${{ matrix.dotnet.name }})"
7070 path : ${{ env.NuGetDirectory }}/*.*nupkg
You can’t perform that action at this time.
0 commit comments