From 6bbb7e844733ae9d516b54298333139fa53db8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:44:34 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test_libclouphxx.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_libclouphxx.yml b/.github/workflows/test_libclouphxx.yml index 7e45c3eb..b713209b 100644 --- a/.github/workflows/test_libclouphxx.yml +++ b/.github/workflows/test_libclouphxx.yml @@ -115,7 +115,7 @@ jobs: - uses: actions/checkout@v6 - name: Download libcloudph++ build - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: libcloud_build_${{matrix.build_type}}_mpi_${{matrix.mpi}}_tar @@ -147,7 +147,7 @@ jobs: - uses: actions/checkout@v6 - name: Download libcloudph++ build - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: libcloud_build_${{matrix.build_type}}_mpi_${{matrix.mpi}}_tar @@ -220,7 +220,7 @@ jobs: - uses: actions/checkout@v6 - name: Download libcloudph++ build - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: libcloud_build_${{matrix.build_type}}_mpi_${{matrix.mpi}}_tar