From 1411f95cde422bd7071c9f916e25d4aa421172d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 06:56:54 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/build.yml | 2 +- .github/workflows/build_and_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41ab76d..4677797 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: run: ./gradlew --info --stacktrace build - name: Upload Jars - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: AdvancedBackups-Patch path: build/libs/*.jar diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 4a728e2..f35b8c1 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -40,7 +40,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