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:
140140 cancel-in-progress : ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
141141 steps :
142142 - name : download tracked files and build artifacts
143- uses : actions/download-artifact@v4
143+ uses : actions/download-artifact@v5
144144 with :
145145 name : windows-artifacts
146146 path : ${{github.workspace}}
@@ -226,7 +226,7 @@ jobs:
226226 steps :
227227 - uses : git-for-windows/setup-git-for-windows-sdk@v1
228228 - name : download tracked files and build artifacts
229- uses : actions/download-artifact@v4
229+ uses : actions/download-artifact@v5
230230 with :
231231 name : vs-artifacts
232232 path : ${{github.workspace}}
@@ -292,7 +292,7 @@ jobs:
292292 shell : pwsh
293293 run : pip install meson ninja
294294 - name : Download build artifacts
295- uses : actions/download-artifact@v4
295+ uses : actions/download-artifact@v5
296296 with :
297297 name : windows-meson-artifacts
298298 path : build
You can’t perform that action at this time.
0 commit comments