Skip to content

Commit 0ddb3fa

Browse files
authored
Merge pull request microsoft#1892 from microsoft/dependabot/github_actions/actions/download-artifact-7
build(deps): bump actions/download-artifact from 5 to 7
2 parents 3d5692e + 283c252 commit 0ddb3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,14 @@ jobs:
220220
221221
- name: Download installers
222222
if: steps.skip.outputs.result != 'true'
223-
uses: actions/download-artifact@v5
223+
uses: actions/download-artifact@v7
224224
with:
225225
name: Installers_${{ matrix.configuration }}
226226
path: install
227227

228228
- name: Download functional tests drop
229229
if: steps.skip.outputs.result != 'true'
230-
uses: actions/download-artifact@v5
230+
uses: actions/download-artifact@v7
231231
with:
232232
name: FunctionalTests_${{ matrix.configuration }}
233233
path: ft

0 commit comments

Comments
 (0)