@@ -147,7 +147,7 @@ jobs:
147
147
if : steps.prerelease.outputs.IS_PRE != 'true'
148
148
149
149
- name : Upload artifacts
150
- uses : actions/upload-artifact@v3
150
+ uses : actions/upload-artifact@v4
151
151
with :
152
152
name : ${{ env.PROJECT_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
153
153
path : |
@@ -218,7 +218,7 @@ jobs:
218
218
run : tar -cvf ArduinoCreateAgent.app_${{ matrix.arch }}.tar -C skel/ .
219
219
220
220
- name : Upload artifacts
221
- uses : actions/upload-artifact@v3
221
+ uses : actions/upload-artifact@v4
222
222
with :
223
223
if-no-files-found : error
224
224
name : ArduinoCreateAgent.app_${{ matrix.arch }}
@@ -356,7 +356,7 @@ jobs:
356
356
if : ${{ needs.build.outputs.prerelease != 'true' }}
357
357
358
358
- name : Upload artifact
359
- uses : actions/upload-artifact@v3
359
+ uses : actions/upload-artifact@v4
360
360
with :
361
361
name : ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
362
362
path : ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
@@ -429,7 +429,7 @@ jobs:
429
429
if : matrix.os == 'ubuntu-20.04'
430
430
431
431
- name : Upload artifacts
432
- uses : actions/upload-artifact@v3
432
+ uses : actions/upload-artifact@v4
433
433
with :
434
434
name : ArduinoCreateAgent-${{ matrix.platform-name }}-${{ matrix.arch }}
435
435
path : ArduinoCreateAgent*
@@ -570,7 +570,7 @@ jobs:
570
570
run : tar -cvf ArduinoCreateAgent-${GITHUB_REF##*/}-osx-${{ matrix.arch }}-installer.tar ArduinoCreateAgent-${GITHUB_REF##*/}-osx-${{ matrix.arch }}-installer.dmg
571
571
572
572
- name : Upload artifacts
573
- uses : actions/upload-artifact@v3
573
+ uses : actions/upload-artifact@v4
574
574
with :
575
575
name : ArduinoCreateAgent-osx-${{ matrix.arch }}
576
576
path : ArduinoCreateAgent*.tar
0 commit comments