From a93f98f65c373756ad730d185c89377e11675310 Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 2 Jan 2025 10:35:19 +0000 Subject: [PATCH] ci: bump setup-nuget version --- .github/workflows/artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index f2b94d7..98c5409 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -18,7 +18,7 @@ jobs: vs-prerelease: false msbuild-architecture: x64 - name: Setup NuGet - uses: NuGet/setup-nuget@v1.0.5 + uses: NuGet/setup-nuget@v2 - name: Checkout uses: actions/checkout@v4 - name: Get Exiled References