From 25bcce89c32ec66bb8745628c77fc49ff1061af9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:14:29 +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 6ab6853..72e9c93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: - name: Upload build results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: build-results-${{ runner.os }}-${{ runner.arch }} path: |