From 956c203dac989237c0fbcea5a1c76c4d6df7accd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:18:16 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ec9f0f0..3300a6b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: - name: Build with Gradle run: ./gradlew test build --no-daemon - name: Upload Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: ProtocolSidebar path: build/libs/ \ No newline at end of file