From 03a8ee534b0b231a412429a51d9c02c039625e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:46:32 +0000 Subject: [PATCH] Bump actions/upload-pages-artifact from 3 to 5 Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 5. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mdbook-fixed.yml | 2 +- .github/workflows/mdbook-simple.yml | 2 +- .github/workflows/mdbook.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mdbook-fixed.yml b/.github/workflows/mdbook-fixed.yml index 851fd1e..1e12d57 100644 --- a/.github/workflows/mdbook-fixed.yml +++ b/.github/workflows/mdbook-fixed.yml @@ -37,7 +37,7 @@ jobs: uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: ./book diff --git a/.github/workflows/mdbook-simple.yml b/.github/workflows/mdbook-simple.yml index 851fd1e..1e12d57 100644 --- a/.github/workflows/mdbook-simple.yml +++ b/.github/workflows/mdbook-simple.yml @@ -37,7 +37,7 @@ jobs: uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: ./book diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 8bfc5a6..1c4449e 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -37,7 +37,7 @@ jobs: uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: ./book