From 2af61389e8c45803acbd5362f71a5e3a83070cba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:49:46 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .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 8729157..1272e44 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -29,13 +29,13 @@ jobs: echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}" - name: Upload artifact - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v6.0.0 with: name: AppImage path: 'dist' - name: Upload version file - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v6.0.0 with: name: version path: ~/version