Skip to content

Commit eceb08f

Browse files
authored
Merge pull request #1858 from microsoft/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents f2f2a6e + 954385d commit eceb08f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ jobs:
105105

106106
steps:
107107
- name: Download installers
108-
uses: actions/download-artifact@v4
108+
uses: actions/download-artifact@v5
109109
with:
110110
name: Installers_${{ matrix.configuration }}
111111
path: install
112112

113113
- name: Download functional tests drop
114-
uses: actions/download-artifact@v4
114+
uses: actions/download-artifact@v5
115115
with:
116116
name: FunctionalTests_${{ matrix.configuration }}
117117
path: ft

0 commit comments

Comments
 (0)