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}}
@@ -229,7 +229,7 @@ jobs:
229229 steps :
230230 - uses : git-for-windows/setup-git-for-windows-sdk@v1
231231 - name : download tracked files and build artifacts
232- uses : actions/download-artifact@v4
232+ uses : actions/download-artifact@v5
233233 with :
234234 name : vs-artifacts-x64
235235 path : ${{github.workspace}}
@@ -295,7 +295,7 @@ jobs:
295295 shell : pwsh
296296 run : pip install meson ninja
297297 - name : Download build artifacts
298- uses : actions/download-artifact@v4
298+ uses : actions/download-artifact@v5
299299 with :
300300 name : windows-meson-artifacts
301301 path : build
You can’t perform that action at this time.
0 commit comments