From 4055284feb2f5b4dec6b722bf06fd3db451c89c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:03:33 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a24a75..0d1d137 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: run: "./gradlew clean distZip" - name: Upload Zip - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: "Catppuccin Fleet Theme" path: catppuccin-theme/build/pluginDistribution/*.zip