Skip to content

Commit f59ebda

Browse files
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](actions/download-artifact@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] <support@github.com>
1 parent 1c3e31e commit f59ebda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_scm_rts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
echo "artifact_id=${ARTIFACT_ID}" >> "$GITHUB_ENV"
146146
147147
- name: Download SCM RT baselines
148-
uses: actions/download-artifact@v6
148+
uses: actions/download-artifact@v8
149149
with:
150150
name: rt-baselines-${{matrix.build-type}}-${{matrix.fortran-compiler}}-${{matrix.run_lists}}-main
151151
path: ${{ env.dir_bl }}

0 commit comments

Comments
 (0)