From 9173c6208057f4b968cbdb2dd07bcd8ea031a067 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 04:50:41 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v4 --- .github/workflows/static-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-documentation.yml b/.github/workflows/static-documentation.yml index 147ceec..28da9f3 100644 --- a/.github/workflows/static-documentation.yml +++ b/.github/workflows/static-documentation.yml @@ -47,7 +47,7 @@ jobs: cp LICENSE.md build/docs/javadoc cp README.md build/docs/javadoc - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: build/docs/javadoc - name: Deploy to GitHub Pages