From d46dac21a5265abc30ae474b3decdcdc7a2dd6c1 Mon Sep 17 00:00:00 2001 From: "ghalactic-renovate[bot]" <142067417+ghalactic-renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:17:46 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a686d8..8775369 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Publish dist artifact if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: branding path: artifacts/dist