From 7d09ceaf04a72fc69a9264395d2a1cb47b44118a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:47:26 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.6.0 --- .github/workflows/Dolphin_sharun.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Dolphin_sharun.yml b/.github/workflows/Dolphin_sharun.yml index 5c01bb1..a9b404a 100644 --- a/.github/workflows/Dolphin_sharun.yml +++ b/.github/workflows/Dolphin_sharun.yml @@ -67,13 +67,13 @@ jobs: echo "APP_VERSION=$(cat ~/version)" >> "${GITHUB_ENV}" - name: Upload artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.0 with: name: AppImage path: 'dist' - name: Upload version file - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.0 with: name: version path: ~/version