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 @@ -279,7 +279,7 @@ jobs:
279279
280280 - name : Download Artifacts
281281 id : download_windows_artifacts
282- uses : actions/download-artifact@v5
282+ uses : actions/download-artifact@v6
283283 with :
284284 path : ${{ github.workspace }}
285285 pattern : fpm-*-windows-*-gcc-${{ matrix.gcc_v }}.exe
@@ -396,7 +396,7 @@ jobs:
396396 if : ${{ github.event_name == 'push' }}
397397
398398 - name : Download Artifacts
399- uses : actions/download-artifact@v5
399+ uses : actions/download-artifact@v6
400400 with :
401401 path : fpm-cd-artifacts
402402 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@v5
131+ uses : actions/download-artifact@v6
132132 with :
133133 path : fpm-cd-artifacts
134134 merge-multiple : true
You can’t perform that action at this time.
0 commit comments