From 93328a0279d34f42f8455ce78770687aa591c485 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 05:27:30 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 6408a9c..a046519 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -71,7 +71,7 @@ jobs: subject-path: ${{ steps.build.outputs.package_name }}.zip - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ steps.package.outputs.build_name }} path: |