@@ -157,7 +157,7 @@ jobs:
157
157
158
158
steps :
159
159
- name : Download artifact
160
- uses : actions/download-artifact@v2
160
+ uses : actions/download-artifact@v3
161
161
with :
162
162
name : arduino-create-agent-${{ matrix.os }}${{ matrix.arch }}
163
163
path : arduino-create-agent
@@ -267,7 +267,7 @@ jobs:
267
267
token : ${{ secrets.ARDUINO_CREATE_AGENT_CI_PAT }}
268
268
269
269
- name : Download artifact
270
- uses : actions/download-artifact@v2
270
+ uses : actions/download-artifact@v3
271
271
with :
272
272
name : arduino-create-agent-${{ matrix.os }}${{ matrix.arch }}
273
273
path : ${{ matrix.executable-path }} # path expected by installbuilder
@@ -362,7 +362,7 @@ jobs:
362
362
runs-on : macos-10.15
363
363
steps :
364
364
- name : Download artifact
365
- uses : actions/download-artifact@v2
365
+ uses : actions/download-artifact@v3
366
366
with :
367
367
name : ArduinoCreateAgent-osx${{ matrix.arch }}
368
368
path : ArduinoCreateAgent-osx
@@ -430,7 +430,7 @@ jobs:
430
430
fetch-depth : 0 # fetch all history for the create changelog step to work properly
431
431
432
432
- name : Download artifact
433
- uses : actions/download-artifact@v2 # download all the artifacts
433
+ uses : actions/download-artifact@v3 # download all the artifacts
434
434
435
435
- name : Identify Prerelease
436
436
# This is a workaround while waiting for create-release action to implement auto pre-release based on tag
0 commit comments