From 3ee92f9b6a1854235778323ddc1caf571a2b6cd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 07:50:58 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e815a6d..073d996 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: additional-assets: | icon.gif - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: SimpleShop.phar path: ${{steps.pharynx.outputs.output-phar}}