From ae74a63c763ec70e7b3d9bf7874278b2a4f0d095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:18:16 +0000 Subject: [PATCH] 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/benchmark-impl.yml | 2 +- .github/workflows/doc-build-impl.yml | 2 +- .github/workflows/release-impl.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark-impl.yml b/.github/workflows/benchmark-impl.yml index c2d74d2..a1cbdc1 100644 --- a/.github/workflows/benchmark-impl.yml +++ b/.github/workflows/benchmark-impl.yml @@ -112,7 +112,7 @@ jobs: run: | mkdir benchmarks - name: Fetch benchmark files - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true path: benchmarks diff --git a/.github/workflows/doc-build-impl.yml b/.github/workflows/doc-build-impl.yml index 8016d43..4c938dc 100644 --- a/.github/workflows/doc-build-impl.yml +++ b/.github/workflows/doc-build-impl.yml @@ -145,7 +145,7 @@ jobs: page-url: ${{ steps.deployment.outputs.page_url }} steps: - name: Download documentation artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: site merge-multiple: true diff --git a/.github/workflows/release-impl.yml b/.github/workflows/release-impl.yml index 026b4f1..730f1e2 100644 --- a/.github/workflows/release-impl.yml +++ b/.github/workflows/release-impl.yml @@ -532,7 +532,7 @@ jobs: run: | mkdir benchmarks - name: Load benchmark data - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: merge-multiple: true path: benchmarks @@ -588,7 +588,7 @@ jobs: run: mkdir release-artifacts - name: Download release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: release-artifacts @@ -723,7 +723,7 @@ jobs: uses: hpcflow/github-support/configure-git@0.3 - name: Download documentation artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: docs_html path: docs/${{ needs.bump-version.outputs.new_tag }}