File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ jobs:
286286
287287 - name : Download Artifacts
288288 id : download_windows_artifacts
289- uses : actions/download-artifact@v7
289+ uses : actions/download-artifact@v8
290290 with :
291291 path : ${{ github.workspace }}
292292 pattern : fpm-*-windows-*-gcc-${{ matrix.gcc_v }}.exe
@@ -403,7 +403,7 @@ jobs:
403403 if : ${{ github.event_name == 'push' }}
404404
405405 - name : Download Artifacts
406- uses : actions/download-artifact@v7
406+ uses : actions/download-artifact@v8
407407 with :
408408 path : fpm-cd-artifacts
409409 pattern : ' fpm-*-gcc-12*'
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 if : ${{ github.event_name == 'push' }}
129129
130130 - name : Download Artifacts
131- uses : actions/download-artifact@v7
131+ uses : actions/download-artifact@v8
132132 with :
133133 path : fpm-cd-artifacts
134134 merge-multiple : true
You can’t perform that action at this time.
0 commit comments