From ae8dff1d73993fd2e4483330213fec1e30246cde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 09:33:48 +0400 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v5 (#493) --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 61114759eaf06936fb9c93b371bb3e0ddcf0dc8c..fee90ec702f43fdc05897591488527c4dceba246 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -49,7 +49,7 @@ jobs: uses: actions/configure-pages@v6 - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: # Upload entire repository path: "public"