From 74e7254e64adabbcba81c2301563724fcaeeeb87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 04:49:14 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2b59a6..ed3fa96 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: ./bin/bundle-appimage.sh - name: Upload AppImage Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ghostty-appimage-${{ matrix.arch }} retention-days: 7