From 940175e227f492ec36f52d82a9df209642c58cac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 15:49:17 +0000 Subject: [PATCH] Update actions/upload-pages-artifact action to v4 --- .github/workflows/site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index 5a4d3ba..e3e826c 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -19,7 +19,7 @@ jobs: chmod -c -R +rX "_site/" | while read line; do echo "::warning title=Invalid file permissions automatically fixed::$line" done - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v4 deploy: needs: upload-artifact