Skip to content

Commit b60ccb2

Browse files
committed
Update GitHub Actions versions
1 parent 66d27f4 commit b60ccb2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -64,7 +64,7 @@ jobs:
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

0 commit comments

Comments
 (0)