@@ -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
@@ -405,7 +405,7 @@ jobs:
405
405
token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
406
406
407
407
- name : Download artifact
408
- uses : actions/download-artifact@v3
408
+ uses : actions/download-artifact@v4
409
409
with :
410
410
name : ${{ env.PROJECT_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
411
411
path : artifacts/${{ matrix.platform-name }}/ # path expected by installbuilder
@@ -494,7 +494,7 @@ jobs:
494
494
token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
495
495
496
496
- name : Download artifact
497
- uses : actions/download-artifact@v3
497
+ uses : actions/download-artifact@v4
498
498
with :
499
499
name : ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
500
500
path : ArduinoCreateAgent.app
@@ -588,7 +588,7 @@ jobs:
588
588
fetch-depth : 0 # fetch all history for the create changelog step to work properly
589
589
590
590
- name : Download artifact
591
- uses : actions/download-artifact@v3 # download all the artifacts
591
+ uses : actions/download-artifact@v4 # download all the artifacts
592
592
593
593
# mandatory step because upload-release-action does not support multiple folders
594
594
- name : prepare artifacts for the release
0 commit comments