From 46281ce9b6178dd2fd0938ae0cc166276f0c79e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:52:29 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/blank.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 2539af8..9505b53 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -53,7 +53,7 @@ jobs: mv *.AppImage* dist/ - name: Upload artifact - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.1 with: name: AppImage-${{ matrix.optimized && 'optimized' || 'normal' }}-${{ matrix.arch }} path: "dist" @@ -65,7 +65,7 @@ jobs: echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}" - name: Upload version file - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.1 with: name: version path: ~/version