@@ -137,7 +137,7 @@ jobs:
137
137
138
138
# config.ini is required by the executable when it's run
139
139
- name : Upload artifacts
140
- uses : actions/upload-artifact@v2
140
+ uses : actions/upload-artifact@v3
141
141
with :
142
142
name : arduino-create-agent-${{ matrix.os }}${{ matrix.arch }}
143
143
path : |
@@ -200,7 +200,7 @@ jobs:
200
200
201
201
# This step will overwrite the non signed mac artifact (arduino-create-agent-${{ env.RUNS_ON }})
202
202
- name : Upload artifact
203
- uses : actions/upload-artifact@v2
203
+ uses : actions/upload-artifact@v3
204
204
with :
205
205
name : arduino-create-agent-${{ matrix.os }}${{ matrix.arch }}
206
206
path : |
@@ -345,7 +345,7 @@ jobs:
345
345
if : matrix.os == 'ubuntu-18.04'
346
346
347
347
- name : Upload artifacts
348
- uses : actions/upload-artifact@v2
348
+ uses : actions/upload-artifact@v3
349
349
with :
350
350
name : ArduinoCreateAgent-${{ matrix.install-builder-name }}${{ matrix.arch }}
351
351
path : ArduinoCreateAgent*
@@ -413,7 +413,7 @@ jobs:
413
413
run : tar -cvf ArduinoCreateAgent-${GITHUB_REF##*/}-osx${{ matrix.arch }}-installer-${{ matrix.browser }}.tar ArduinoCreateAgent-${GITHUB_REF##*/}-osx${{ matrix.arch }}-installer-${{ matrix.browser }}.dmg
414
414
415
415
- name : Upload artifacts
416
- uses : actions/upload-artifact@v2
416
+ uses : actions/upload-artifact@v3
417
417
with :
418
418
name : ArduinoCreateAgent-osx${{ matrix.arch }}
419
419
path : ArduinoCreateAgent*.tar
0 commit comments