Skip to content

Commit 13f3051

Browse files
authored
Merge pull request #634 from NCAR/dependabot/github_actions/main/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents dceb8f0 + 1fd0f8e commit 13f3051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_run_scm_rts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
echo "artifact_id=${ARTIFACT_ID}" >> "$GITHUB_ENV"
194194
195195
- name: Download SCM RT baselines
196-
uses: actions/download-artifact@v5
196+
uses: actions/download-artifact@v6
197197
with:
198198
name: rt-baselines-${{matrix.build-type}}-main
199199
path: ${dir_bl}

0 commit comments

Comments
 (0)