From 5509bbdc7474f9a50d86f635bd74fbfadbd0a119 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:46:17 +0000 Subject: [PATCH] Update actions/upload-pages-artifact action to v5 --- .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 e47405c..5895c7b 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -43,7 +43,7 @@ jobs: mkdir -p pages ./tools/gendocs.sh > pages/index.html - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: 'pages' - name: Deploy to GitHub Pages