diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2783cf5..50affc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: run: dotnet build --configuration=${{ env.configuration }} --verbosity=minimal --no-restore working-directory: src - - uses: nuget/setup-nuget@v2 + - uses: nuget/setup-nuget@v4 name: Setup NuGet - name: Pack