diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1a5550d6bc8..6cbef227536 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -62,7 +62,7 @@ jobs: run: | go run ./cmd/gen-docs --website --doc-path dist/manual tar -czvf dist/manual.tar.gz -C dist -- manual - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: linux if-no-files-found: error @@ -134,7 +134,7 @@ jobs: run: | shopt -s failglob script/pkgmacos "$TAG_NAME" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: macos if-no-files-found: error @@ -238,7 +238,7 @@ jobs: Get-ChildItem -Path .\dist -Filter *.msi | ForEach-Object { .\script\sign.ps1 $_.FullName } - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: windows if-no-files-found: error @@ -256,7 +256,7 @@ jobs: - name: Checkout cli/cli uses: actions/checkout@v5 - name: Merge built artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Checkout documentation site uses: actions/checkout@v5 with: diff --git a/go.mod b/go.mod index 2780bca74d0..623f318ea87 100644 --- a/go.mod +++ b/go.mod @@ -42,7 +42,7 @@ require ( github.com/microsoft/dev-tunnels v0.1.13 github.com/muhammadmuzzammil1998/jsonc v1.0.0 github.com/opentracing/opentracing-go v1.2.0 - github.com/rivo/tview v0.0.0-20250625164341-a4a78f1e05cb + github.com/rivo/tview v0.42.0 github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 github.com/sigstore/protobuf-specs v0.5.0 github.com/sigstore/sigstore-go v1.1.3 diff --git a/go.sum b/go.sum index f12793a2549..43a2cd892b0 100644 --- a/go.sum +++ b/go.sum @@ -1296,8 +1296,8 @@ github.com/prometheus/common v0.66.1/go.mod h1:gcaUsgf3KfRSwHY4dIMXLPV0K/Wg1oZ8+ github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg= github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is= github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= -github.com/rivo/tview v0.0.0-20250625164341-a4a78f1e05cb h1:n7UJ8X9UnrTZBYXnd1kAIBc067SWyuPIrsocjketYW8= -github.com/rivo/tview v0.0.0-20250625164341-a4a78f1e05cb/go.mod h1:cSfIYfhpSGCjp3r/ECJb+GKS7cGJnqV8vfjQPwoXyfY= +github.com/rivo/tview v0.42.0 h1:b/ftp+RxtDsHSaynXTbJb+/n/BxDEi+W3UfF5jILK6c= +github.com/rivo/tview v0.42.0/go.mod h1:cSfIYfhpSGCjp3r/ECJb+GKS7cGJnqV8vfjQPwoXyfY= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=