From 2cc397edcc85d9334ea6bd0545538bfedddd96a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:34:21 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/gradle-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index c23584b..b978b89 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -41,7 +41,7 @@ jobs: run: ./gradlew clean test shadowJar dokkaHtml publish publishToSonatype closeAndReleaseSonatypeStagingRepository -no-daemon # Now we store the artifact in the action - name: Upload the artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: ${{ env.PROJECT_NAME }} path: ./build/libs/${{ env.PROJECT_NAME }}-${{ env.VERSION }}.jar