From d0ff37939ae60db01c022b27a8614c91921067bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:36:18 +0000 Subject: [PATCH] MAINT: Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 2 +- .github/workflows/ci_cd_nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1109e393..6ab29688 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -89,7 +89,7 @@ jobs: xvfb-run make -C doc linkcheck - name: Upload HTML Documentation - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: documentation-html path: doc/_build/html diff --git a/.github/workflows/ci_cd_nightly.yml b/.github/workflows/ci_cd_nightly.yml index fb8f3b0a..0a4357d1 100644 --- a/.github/workflows/ci_cd_nightly.yml +++ b/.github/workflows/ci_cd_nightly.yml @@ -105,7 +105,7 @@ jobs: xvfb-run mechanical-env make -C doc html - name: Upload HTML Documentation - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: documentation-html path: doc/_build/html