From d40bfbfa18b9b489f97f4195f2cfb9793ad9546f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:51:10 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/nightly.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 07c6bd1..7576a9d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -55,13 +55,13 @@ jobs: echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}" - name: Upload artifact - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.0 with: name: AppImage-${{ matrix.arch }} path: 'dist' - name: Upload version file - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.0 with: name: version path: ~/version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5840f3..6165ea8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,13 +49,13 @@ jobs: run: chmod +x ./ares-appimage.sh && ./ares-appimage.sh - name: Upload artifact - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.0 with: name: AppImage-${{ matrix.arch }} path: 'dist' - name: Upload version file - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.0 with: name: version path: ~/version