File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 # Some might find it convenient to have CI generate the cache rather than setting up for it locally
103103 - name : Upload cache to workflow artifact
104104 if : failure() && steps.diff.outcome == 'failure'
105- uses : actions/upload-artifact@v4
105+ uses : actions/upload-artifact@v5
106106 with :
107107 if-no-files-found : error
108108 include-hidden-files : true
Original file line number Diff line number Diff line change 7676 run : echo "version=$(task general:get-version)" >> $GITHUB_OUTPUT
7777
7878 - name : Upload artifacts
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v5
8080 with :
8181 if-no-files-found : error
8282 name : ${{ env.ARTIFACT_NAME }}-${{ matrix.os.task }}
@@ -185,7 +185,7 @@ jobs:
185185 echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
186186
187187 - name : Upload notarized artifact
188- uses : actions/upload-artifact@v4
188+ uses : actions/upload-artifact@v5
189189 with :
190190 if-no-files-found : error
191191 name : ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}
@@ -240,7 +240,7 @@ jobs:
240240 "${{ env.SIGNTOOL_PATH }}" sign -d "Arduino CLI" -f ${{ env.INSTALLER_CERT_WINDOWS_CER}} -csp "eToken Base Cryptographic Provider" -k "[{{${{ env.CERT_PASSWORD }}}}]=${{ env.CONTAINER_NAME }}" -fd sha256 -tr http://timestamp.digicert.com -td SHA256 -v "${{ env.MSI_FILE }}"
241241
242242 - name : Upload artifacts
243- uses : actions/upload-artifact@v4
243+ uses : actions/upload-artifact@v5
244244 env :
245245 MSI_FILE : ${{ steps.buildmsi.outputs.msi }}
246246 with :
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151
152152 # Transfer builds to artifacts job
153153 - name : Upload build artifact
154- uses : actions/upload-artifact@v4
154+ uses : actions/upload-artifact@v5
155155 with :
156156 path : ${{ env.DIST_DIR }}/${{ matrix.artifact.path }}
157157 name : ${{ matrix.artifact.name }}
@@ -178,7 +178,7 @@ jobs:
178178 done
179179
180180 - name : Upload checksum artifact
181- uses : actions/upload-artifact@v4
181+ uses : actions/upload-artifact@v5
182182 with :
183183 path : ./*checksums.txt
184184 name : checksums
Original file line number Diff line number Diff line change 7474 run : echo "version=$(task general:get-version)" >> $GITHUB_OUTPUT
7575
7676 - name : Upload artifacts
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 if-no-files-found : error
8080 name : ${{ env.ARTIFACT_NAME }}-${{ matrix.env.os }}
@@ -183,7 +183,7 @@ jobs:
183183 echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
184184
185185 - name : Upload notarized artifact
186- uses : actions/upload-artifact@v4
186+ uses : actions/upload-artifact@v5
187187 with :
188188 if-no-files-found : error
189189 name : ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}
@@ -238,7 +238,7 @@ jobs:
238238 "${{ env.SIGNTOOL_PATH }}" sign -d "Arduino CLI" -f ${{ env.INSTALLER_CERT_WINDOWS_CER}} -csp "eToken Base Cryptographic Provider" -k "[{{${{ env.CERT_PASSWORD }}}}]=${{ env.CONTAINER_NAME }}" -fd sha256 -tr http://timestamp.digicert.com -td SHA256 -v "${{ env.MSI_FILE }}"
239239
240240 - name : Upload artifacts
241- uses : actions/upload-artifact@v4
241+ uses : actions/upload-artifact@v5
242242 env :
243243 MSI_FILE : ${{ steps.buildmsi.outputs.msi }}
244244 with :
Original file line number Diff line number Diff line change 7171 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7272
7373 - name : Pass configuration files to next job via workflow artifact
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v5
7575 with :
7676 path : |
7777 *.yaml
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 mv coverage_integration.txt coverage_integration_${{ matrix.operating-system }}_${{ matrix.tests }}.txt
115115
116116 - name : Upload coverage data to workflow artifact
117- uses : actions/upload-artifact@v4
117+ uses : actions/upload-artifact@v5
118118 with :
119119 if-no-files-found : error
120120 name : ${{ env.COVERAGE_ARTIFACT }}-test-integration-${{ matrix.operating-system }}-${{ matrix.tests }}
@@ -157,7 +157,7 @@ jobs:
157157
158158 - name : Upload coverage data to workflow artifact
159159 if : runner.os == 'Linux'
160- uses : actions/upload-artifact@v4
160+ uses : actions/upload-artifact@v5
161161 with :
162162 if-no-files-found : error
163163 name : ${{ env.COVERAGE_ARTIFACT }}-test-${{ matrix.operating-system }}
You can’t perform that action at this time.
0 commit comments