From 18ceb4a71168708dbc442c23213dc12adabad060 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 10:51:42 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd536b51..38bd98eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,17 +21,17 @@ jobs: - name: Build with Gradle run: ./gradlew build - name: Upload PistonChat - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: PistonChat path: PistonChat/build/libs/*.jar - name: Upload PistonMute - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: PistonMute path: PistonMute/build/libs/*.jar - name: Upload PistonFilter - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: PistonFilter path: PistonFilter/build/libs/*.jar