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 @@ -210,7 +210,7 @@ jobs:
210
210
- uses : actions/checkout@v5
211
211
212
212
- name : Download Artifacts
213
- uses : actions/download-artifact@v4
213
+ uses : actions/download-artifact@v5
214
214
with :
215
215
path : ${{ github.workspace }}
216
216
pattern : fpm-*-windows-*-gcc-${{ matrix.gcc_v }}.exe
@@ -309,7 +309,7 @@ jobs:
309
309
if : ${{ github.event_name == 'push' }}
310
310
311
311
- name : Download Artifacts
312
- uses : actions/download-artifact@v4
312
+ uses : actions/download-artifact@v5
313
313
with :
314
314
path : fpm-cd-artifacts
315
315
pattern : ' fpm-*-gcc-12*'
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
if : ${{ github.event_name == 'push' }}
129
129
130
130
- name : Download Artifacts
131
- uses : actions/download-artifact@v4
131
+ uses : actions/download-artifact@v5
132
132
with :
133
133
path : fpm-cd-artifacts
134
134
merge-multiple : true
You can’t perform that action at this time.
0 commit comments