From 0ae1cf73e02e51033a650289a01f1720034236fa Mon Sep 17 00:00:00 2001 From: "coding-area-renovate[bot]" <206263745+coding-area-renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:32:00 +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 0551ebff..49fd73f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: run: ./gradlew build - name: Capture build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: Artifacts path: |