From b79463e1f357a76c9a802eb20717a120488d3420 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:01:33 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d9355f..bf85c56 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: run: ./gradlew check --stacktrace - name: Store Test Results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: error-report