From 0ff0bdf29fac6ee82cca75ad7fce1fb3dac41adc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:04:41 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .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..bc5ea09 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@v7 with: name: SimpleShop.phar path: ${{steps.pharynx.outputs.output-phar}}