From c21e3f8dc4aa93a244c40967614c59971f6f584e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:35:33 +0000 Subject: [PATCH] Update actions/upload-pages-artifact action to v5 --- .github/workflows/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 2c545c0..383043e 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -23,7 +23,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@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0 + - uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5 deploy: needs: upload-artifact