diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 257146a..1a5c65f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: # setup dotnet with .NET 7.0 - name: Setup .NET 7.0 - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '7.0.x' @@ -83,7 +83,7 @@ jobs: # Artifact for testing purpose - name: upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: env.debug == 'true' with: name: test-result @@ -94,7 +94,7 @@ jobs: if: env.publish == 'true' # You may pin to the exact commit or the version. # uses: NuGet/setup-nuget@04b0c2b8d1b97922f67eca497d7cf0bf17b8ffe1 - uses: NuGet/setup-nuget@v1.0.5 + uses: NuGet/setup-nuget@v2 with: # NuGet version to install. Can be `latest`, `preview`, a concrete version like `5.3.1`, or a semver range specifier like `5.x`. # nuget-version: # optional, default is latest