From f5d1fc8f2bc42cefd77097917ac65deeafe36618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 02:36:50 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v5 --- .github/workflows/likec4-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/likec4-pages.yml b/.github/workflows/likec4-pages.yml index 393dfd99..d91f6aff 100644 --- a/.github/workflows/likec4-pages.yml +++ b/.github/workflows/likec4-pages.yml @@ -32,7 +32,7 @@ jobs: node architecture/site/build-page.mjs --model model.json --figures _site/figures --out _site/index.html --repo codeprobe --explore ./explore/ cp architecture/site/styles.css architecture/site/favicon.svg _site/ cp -r architecture/site/fonts _site/fonts - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v5 with: path: _site deploy: