@@ -174,7 +174,7 @@ jobs:
174
174
token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
175
175
176
176
- name : Download artifact
177
- uses : actions/download-artifact@v3
177
+ uses : actions/download-artifact@v4
178
178
with :
179
179
name : ${{ env.PROJECT_NAME }}-macos-12-amd64 # if we want to support darwin-arm64 in the future for real this has to change.
180
180
path : ${{ env.EXE_PATH }}
@@ -241,7 +241,7 @@ jobs:
241
241
242
242
steps :
243
243
- name : Download artifact
244
- uses : actions/download-artifact@v3
244
+ uses : actions/download-artifact@v4
245
245
with :
246
246
name : ArduinoCreateAgent.app_${{ matrix.arch }}
247
247
@@ -408,7 +408,7 @@ jobs:
408
408
token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
409
409
410
410
- name : Download artifact
411
- uses : actions/download-artifact@v3
411
+ uses : actions/download-artifact@v4
412
412
with :
413
413
name : ${{ env.PROJECT_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
414
414
path : artifacts/${{ matrix.platform-name }}/ # path expected by installbuilder
@@ -459,7 +459,7 @@ jobs:
459
459
token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
460
460
461
461
- name : Download artifact
462
- uses : actions/download-artifact@v3
462
+ uses : actions/download-artifact@v4
463
463
with :
464
464
name : ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
465
465
path : ArduinoCreateAgent.app
@@ -553,7 +553,7 @@ jobs:
553
553
fetch-depth : 0 # fetch all history for the create changelog step to work properly
554
554
555
555
- name : Download artifact
556
- uses : actions/download-artifact@v3 # download all the artifacts
556
+ uses : actions/download-artifact@v4 # download all the artifacts
557
557
558
558
# mandatory step because upload-release-action does not support multiple folders
559
559
- name : prepare artifacts for the release
0 commit comments