@@ -170,7 +170,7 @@ jobs:
170
170
token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
171
171
172
172
- name : Download artifact
173
- uses : actions/download-artifact@v3
173
+ uses : actions/download-artifact@v4
174
174
with :
175
175
name : ${{ env.PROJECT_NAME }}-macos-12-amd64 # if we want to support darwin-arm64 in the future for real this has to change.
176
176
path : ${{ env.EXE_PATH }}
@@ -236,7 +236,7 @@ jobs:
236
236
237
237
steps :
238
238
- name : Download artifact
239
- uses : actions/download-artifact@v3
239
+ uses : actions/download-artifact@v4
240
240
with :
241
241
name : ArduinoCreateAgent.app_${{ matrix.arch }}
242
242
@@ -395,7 +395,7 @@ jobs:
395
395
token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
396
396
397
397
- name : Download artifact
398
- uses : actions/download-artifact@v3
398
+ uses : actions/download-artifact@v4
399
399
with :
400
400
name : ${{ env.PROJECT_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
401
401
path : artifacts/${{ matrix.platform-name }}/ # path expected by installbuilder
@@ -450,7 +450,7 @@ jobs:
450
450
token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
451
451
452
452
- name : Download artifact
453
- uses : actions/download-artifact@v3
453
+ uses : actions/download-artifact@v4
454
454
with :
455
455
name : ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
456
456
path : ArduinoCreateAgent.app
@@ -543,7 +543,7 @@ jobs:
543
543
fetch-depth : 0 # fetch all history for the create changelog step to work properly
544
544
545
545
- name : Download artifact
546
- uses : actions/download-artifact@v3 # download all the artifacts
546
+ uses : actions/download-artifact@v4 # download all the artifacts
547
547
548
548
# mandatory step because upload-release-action does not support multiple folders
549
549
- name : prepare artifacts for the release
0 commit comments