From 2d3d95a796fe778f9e0284480a62324e3b50304f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 12:05:09 +0100 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 (#103) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 9e2982c..6a24a75 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@v5 + uses: actions/upload-artifact@v6 with: name: "Catppuccin Fleet Theme" path: catppuccin-theme/build/pluginDistribution/*.zip