From 6b66b1270fd6668d6a24edfa020078dc81ad5235 Mon Sep 17 00:00:00 2001 From: Tyler Brinks Date: Mon, 22 Jan 2024 09:19:41 -0700 Subject: [PATCH] Revert action to v8 --- .github/actions/dotnet/nuget/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/dotnet/nuget/action.yml b/.github/actions/dotnet/nuget/action.yml index c7626f68..943410ba 100644 --- a/.github/actions/dotnet/nuget/action.yml +++ b/.github/actions/dotnet/nuget/action.yml @@ -4,7 +4,7 @@ description: 'Publish NuGet packages' inputs: dotnet-version: description: 'The dotnet framework and SDK version.' - default: 7.0.x + default: 8.0.x required: true nuget-api-key: description: 'The NuGet API key to publish artifacts'