We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d5692e + 283c252 commit 0ddb3faCopy full SHA for 0ddb3fa
1 file changed
.github/workflows/build.yaml
@@ -220,14 +220,14 @@ jobs:
220
221
- name: Download installers
222
if: steps.skip.outputs.result != 'true'
223
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v7
224
with:
225
name: Installers_${{ matrix.configuration }}
226
path: install
227
228
- name: Download functional tests drop
229
230
231
232
name: FunctionalTests_${{ matrix.configuration }}
233
path: ft
0 commit comments