From 1962c50975d39f895ca15e70e9c6e17b6daef344 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 20:04:40 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v4 --- .github/workflows/deploy-docs.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 52cacab..2bce6de 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -37,7 +37,7 @@ jobs: run: | task --yes setup docs:build-mini18n-dirhtml - name: 'Upload artifact' - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: docs/_build/mini18n-dirhtml - name: 'Deploy to GitHub Pages' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6959cfb..1909751 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,7 +77,7 @@ jobs: run: | task --yes setup docs:build-mini18n-dirhtml - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: docs/_build/mini18n-dirhtml - name: Deploy to GitHub Pages