From d8cf5360df166e64b47831dbd93b2a390ac37556 Mon Sep 17 00:00:00 2001 From: "ghalactic-renovate[bot]" <142067417+ghalactic-renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:57:11 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .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 d8a158b..1981a56 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@v4 + uses: actions/upload-artifact@v5 with: name: branding path: artifacts/dist