From a6134642d8756491eac478a609fb0d55911a257e Mon Sep 17 00:00:00 2001 From: Ilnur Mukhametov Date: Thu, 5 Mar 2026 12:57:43 +0300 Subject: [PATCH 1/3] Update Microsoft.CodeAnalysis.CSharp.Workspaces --- .../TypeScript.ContractGenerator.Roslyn.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TypeScript.ContractGenerator.Roslyn/TypeScript.ContractGenerator.Roslyn.csproj b/TypeScript.ContractGenerator.Roslyn/TypeScript.ContractGenerator.Roslyn.csproj index abcd404..f2f7f5d 100644 --- a/TypeScript.ContractGenerator.Roslyn/TypeScript.ContractGenerator.Roslyn.csproj +++ b/TypeScript.ContractGenerator.Roslyn/TypeScript.ContractGenerator.Roslyn.csproj @@ -12,7 +12,7 @@ - + \ No newline at end of file From 044472fc5def17fa2e435d998a1556ae8cc898d3 Mon Sep 17 00:00:00 2001 From: Ilnur Mukhametov Date: Fri, 6 Mar 2026 08:12:01 +0300 Subject: [PATCH 2/3] update-upload-artifacts-version --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3fb09bb..1a7ba90 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -65,7 +65,7 @@ jobs: run: dotnet pack --no-build --configuration Release ./TypeScript.ContractGenerator.sln - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: "**/*.nupkg" if-no-files-found: error From 47b90000df85e6beeb80de801b22796a7f5d0217 Mon Sep 17 00:00:00 2001 From: Ilnur Mukhametov Date: Fri, 20 Mar 2026 01:20:39 +0300 Subject: [PATCH 3/3] update-action.yml https://github.com/actions/runner-images/issues/12045 --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1a7ba90..95f3d5a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -5,7 +5,7 @@ on: pull_request: jobs: test: - runs-on: windows-2019 + runs-on: windows-2022 steps: - uses: actions/checkout@v3 with: @@ -28,7 +28,7 @@ jobs: - name: Run tests run: dotnet test --no-build --configuration Release ./TypeScript.ContractGenerator.Tests/TypeScript.ContractGenerator.Tests.csproj publish: - runs-on: windows-2019 + runs-on: windows-2022 needs: test if: startsWith(github.event.ref, 'refs/tags/v') steps: