From e5e8ea144c6ee667110bbb3b7418ba7796529bf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:09:15 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1dba83ef..0d915d24 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -43,7 +43,7 @@ jobs: run: ./gradlew --info --scan --stacktrace assemble - name: Upload Jars - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: GTExpert-Core path: build/libs/*.jar