From fb5b4f4b43ac2d25564ce91694e714d6f4d504ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:41:23 +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 2016a9b..f857aba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: additional-assets: | icon.png - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: BlockReplacer.phar path: ${{steps.pharynx.outputs.output-phar}} \ No newline at end of file