diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index 09d3daf..53afbcf 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -9,8 +9,8 @@ jobs: build: runs-on: arm64 # Use the ARM64 runner steps: - - name: Setup .NET 8.0 SDK (x64) - uses: actions/setup-dotnet@v3 # Use the latest version of setup-dotnet + - name: Setup NET 8.0 SDK (x64) + uses: actions/setup-dotnet@v4 # Use the latest version of setup-dotnet with: dotnet-version: '8.0.x' # Specify the desired .NET version architecture: 'x64' # Explicitly request the 64-bit architecture