From c557c9d8e4502d3669ab1405329d5fdd876e45e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:34:29 +0000 Subject: [PATCH] dependency: Update actions/upload-artifact action to v7 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 3a0a3943..9077cd6e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -36,7 +36,7 @@ jobs: with: arguments: shadowChatFormatter - name: Upload a ChatFormatter Artifact - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: 'Successfully build ChatFormatter' path: build/libs/ChatFormatter v*.jar \ No newline at end of file