We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2f2a6e + 954385d commit eceb08fCopy full SHA for eceb08f
1 file changed
.github/workflows/build.yaml
@@ -105,13 +105,13 @@ jobs:
105
106
steps:
107
- name: Download installers
108
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
109
with:
110
name: Installers_${{ matrix.configuration }}
111
path: install
112
113
- name: Download functional tests drop
114
115
116
name: FunctionalTests_${{ matrix.configuration }}
117
path: ft
0 commit comments