From bff9c8245f29401d4d99398669b0900bcd461928 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 08:54:17 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v7 --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2b59a6..489d8df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -117,11 +117,11 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'release' }} steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: ghostty-appimage-aarch64 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: ghostty-appimage-x86_64 @@ -145,11 +145,11 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: ghostty-appimage-aarch64 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: ghostty-appimage-x86_64