From 6e4463baed7dd9cbe4ecff05ea27f8889537c41e Mon Sep 17 00:00:00 2001 From: "app-token-issuer-releng-renovate[bot]" <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:04:13 +0000 Subject: [PATCH] Update actions/upload-pages-artifact action to v5 --- .github/workflows/reusable-docusaurus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-docusaurus.yml b/.github/workflows/reusable-docusaurus.yml index 664b32f5c..e60f0cfec 100644 --- a/.github/workflows/reusable-docusaurus.yml +++ b/.github/workflows/reusable-docusaurus.yml @@ -87,7 +87,7 @@ jobs: run: $BUILD_COMMAND - name: Upload pages artifact - uses: actions/upload-pages-artifact@v4.0.0 + uses: actions/upload-pages-artifact@v5.0.0 with: path: ${{ inputs.build-output-directory }}