File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
cancel-in-progress : ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
141
141
steps :
142
142
- name : download tracked files and build artifacts
143
- uses : actions/download-artifact@v4
143
+ uses : actions/download-artifact@v5
144
144
with :
145
145
name : windows-artifacts
146
146
path : ${{github.workspace}}
@@ -229,7 +229,7 @@ jobs:
229
229
steps :
230
230
- uses : git-for-windows/setup-git-for-windows-sdk@v1
231
231
- name : download tracked files and build artifacts
232
- uses : actions/download-artifact@v4
232
+ uses : actions/download-artifact@v5
233
233
with :
234
234
name : vs-artifacts-x64
235
235
path : ${{github.workspace}}
@@ -295,7 +295,7 @@ jobs:
295
295
shell : pwsh
296
296
run : pip install meson ninja
297
297
- name : Download build artifacts
298
- uses : actions/download-artifact@v4
298
+ uses : actions/download-artifact@v5
299
299
with :
300
300
name : windows-meson-artifacts
301
301
path : build
You can’t perform that action at this time.
0 commit comments