From e51e3b7a6be165fbe1f6a745b59f99e6a7319b15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 19:30:36 +0000 Subject: [PATCH] Update actions/upload-pages-artifact action from v3 to v4 (major v4) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 578aae6..bd6b763 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: run: bundle exec jekyll build --trace --baseurl "${BASE_URL}" - name: "Upload 'github-pages' artifact." - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: _site/