From cff9e2a1ba6ade191d3fbc13c89d7cd1b49740f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:11:45 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v5 --- .github/workflows/pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index e077443..3ec0d42 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -75,7 +75,7 @@ jobs: print(json.dumps(manifest, indent=2, sort_keys=True)) PY - name: Upload website artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: _site