From 15dbbc41e95883e1e6f9b27b7e1265dd7870b467 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Mon, 5 Jan 2026 10:09:48 +0100 Subject: [PATCH] Update dependencies --- .github/workflows/ci.yaml | 2 +- dotnet-tools.json | 4 ++-- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27160dd5..337293da 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - name: Upload Verify Test Results if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: verify-test-results path: | diff --git a/dotnet-tools.json b/dotnet-tools.json index 116445f2..1358e4bf 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,14 +3,14 @@ "isRoot": true, "tools": { "verify.tool": { - "version": "0.6.0", + "version": "0.7.0", "commands": [ "dotnet-verify" ], "rollForward": false }, "make": { - "version": "0.8.0", + "version": "0.11.0", "commands": [ "dotnet-make" ], diff --git a/global.json b/global.json index d789af36..dea094b8 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/global", "sdk": { - "version": "10.0.100", + "version": "10.0.101", "rollForward": "latestFeature" } }