From 4bf380a9dba51cf9bca508e16a382c784c8905f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 21:01:11 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a95e76..581dab6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: ./gradlew publish - name: Upload reports if: success() || failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: reports-build path: '**/build/reports'