From 01af7737828375a88be4d749ce7cfc0281298ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:48:43 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/run_scm_rts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_scm_rts.yml b/.github/workflows/run_scm_rts.yml index 4b44bb478..1fbbbc66c 100644 --- a/.github/workflows/run_scm_rts.yml +++ b/.github/workflows/run_scm_rts.yml @@ -145,7 +145,7 @@ jobs: echo "artifact_id=${ARTIFACT_ID}" >> "$GITHUB_ENV" - name: Download SCM RT baselines - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: rt-baselines-${{matrix.build-type}}-${{matrix.fortran-compiler}}-${{matrix.run_lists}}-main path: ${{ env.dir_bl }}