@@ -143,7 +143,7 @@ jobs:
143
143
if : steps.prerelease.outputs.IS_PRE != 'true'
144
144
145
145
- name : Upload artifacts
146
- uses : actions/upload-artifact@v3
146
+ uses : actions/upload-artifact@v4
147
147
with :
148
148
name : ${{ env.PROJECT_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
149
149
path : |
@@ -214,7 +214,7 @@ jobs:
214
214
run : tar -cvf ArduinoCreateAgent.app_${{ matrix.arch }}.tar -C skel/ .
215
215
216
216
- name : Upload artifacts
217
- uses : actions/upload-artifact@v3
217
+ uses : actions/upload-artifact@v4
218
218
with :
219
219
if-no-files-found : error
220
220
name : ArduinoCreateAgent.app_${{ matrix.arch }}
@@ -343,7 +343,7 @@ jobs:
343
343
if : ${{ needs.build.outputs.prerelease != 'true' }}
344
344
345
345
- name : Upload artifact
346
- uses : actions/upload-artifact@v3
346
+ uses : actions/upload-artifact@v4
347
347
with :
348
348
name : ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
349
349
path : ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
@@ -428,7 +428,7 @@ jobs:
428
428
if : matrix.os == 'ubuntu-20.04'
429
429
430
430
- name : Upload artifacts
431
- uses : actions/upload-artifact@v3
431
+ uses : actions/upload-artifact@v4
432
432
with :
433
433
name : ArduinoCreateAgent-${{ matrix.platform-name }}-${{ matrix.arch }}
434
434
path : ArduinoCreateAgent*
@@ -526,7 +526,7 @@ jobs:
526
526
run : tar -cvf ArduinoCreateAgent-${GITHUB_REF##*/}-osx-${{ matrix.arch }}-installer.tar ArduinoCreateAgent-${GITHUB_REF##*/}-osx-${{ matrix.arch }}-installer.dmg
527
527
528
528
- name : Upload artifacts
529
- uses : actions/upload-artifact@v3
529
+ uses : actions/upload-artifact@v4
530
530
with :
531
531
name : ArduinoCreateAgent-osx-${{ matrix.arch }}
532
532
path : ArduinoCreateAgent*.tar
0 commit comments