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}}
@@ -226,7 +226,7 @@ jobs:
226
226
steps :
227
227
- uses : git-for-windows/setup-git-for-windows-sdk@v1
228
228
- name : download tracked files and build artifacts
229
- uses : actions/download-artifact@v4
229
+ uses : actions/download-artifact@v5
230
230
with :
231
231
name : vs-artifacts
232
232
path : ${{github.workspace}}
@@ -292,7 +292,7 @@ jobs:
292
292
shell : pwsh
293
293
run : pip install meson ninja
294
294
- name : Download build artifacts
295
- uses : actions/download-artifact@v4
295
+ uses : actions/download-artifact@v5
296
296
with :
297
297
name : windows-meson-artifacts
298
298
path : build
You can’t perform that action at this time.
0 commit comments