From 55c0194674f7b5f762b79cfdad5ada37009eefe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:11:53 +0000 Subject: [PATCH] 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 959a4fe..9b6807d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,7 +44,7 @@ jobs: - name: Build Project with gradle run: ./gradlew assembleRelease - - uses: actions/upload-artifact@v6.0.0 + - uses: actions/upload-artifact@v7.0.1 with: name: nextlib-release if-no-files-found: error