From 32d0b693d2883ecacf3b753fd1414c5469335ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:11:52 +0000 Subject: [PATCH] maint: bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 8d2c1f13..651cc29f 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -63,7 +63,7 @@ jobs: steps: - name: "Download HTML documentation artifacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: documentation-html path: documentation-html @@ -84,7 +84,7 @@ jobs: steps: - name: "Download HTML documentation" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: documentation-html path: documentation-html @@ -96,7 +96,7 @@ jobs: dest: documentation-html.zip - name: "Download PDF documentation" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: documentation-pdf path: documentation-pdf @@ -125,7 +125,7 @@ jobs: steps: - name: "Download HTML documentation artifacts" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: documentation-html path: documentation-html