File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 # Some might find it convenient to have CI generate the cache rather than setting up for it locally
111111 - name : Upload cache to workflow artifact
112112 if : failure() && steps.diff.outcome == 'failure'
113- uses : actions/upload-artifact@v5
113+ uses : actions/upload-artifact@v6
114114 with :
115115 if-no-files-found : error
116116 include-hidden-files : true
Original file line number Diff line number Diff line change 7676 github.com/go-task/task/v3/cmd/task dist:${{ matrix.os.task }}
7777
7878 - name : Upload artifacts
79- uses : actions/upload-artifact@v5
79+ uses : actions/upload-artifact@v6
8080 with :
8181 if-no-files-found : error
8282 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.os.artifact-suffix }}
@@ -207,7 +207,7 @@ jobs:
207207 echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >>$GITHUB_ENV
208208
209209 - name : Replace artifact with notarized build
210- uses : actions/upload-artifact@v5
210+ uses : actions/upload-artifact@v6
211211 with :
212212 if-no-files-found : error
213213 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
@@ -241,7 +241,7 @@ jobs:
241241 sha256sum ${{ env.PROJECT_NAME }}_${{ env.TAG }}* >"${{ env.CHECKSUM_FILE_PATH }}"
242242
243243 - name : Upload checksum artifact
244- uses : actions/upload-artifact@v5
244+ uses : actions/upload-artifact@v6
245245 with :
246246 if-no-files-found : error
247247 name : ${{ env.ARTIFACT_PREFIX }}checksums
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144
145145 # Transfer builds to artifacts job
146146 - name : Upload build artifact
147- uses : actions/upload-artifact@v5
147+ uses : actions/upload-artifact@v6
148148 with :
149149 path : ${{ env.DIST_DIR }}/${{ matrix.os.path }}
150150 name : ${{ matrix.os.artifact-name }}
@@ -177,7 +177,7 @@ jobs:
177177 done
178178
179179 - name : Upload checksum artifact
180- uses : actions/upload-artifact@v5
180+ uses : actions/upload-artifact@v6
181181 with :
182182 path : ./*checksums.txt
183183 name : checksums
Original file line number Diff line number Diff line change 7373 github.com/go-task/task/v3/cmd/task dist:${{ matrix.os.task }}
7474
7575 - name : Upload artifacts
76- uses : actions/upload-artifact@v5
76+ uses : actions/upload-artifact@v6
7777 with :
7878 if-no-files-found : error
7979 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.os.artifact-suffix }}
@@ -201,7 +201,7 @@ jobs:
201201 -C ../../ LICENSE.txt
202202
203203 - name : Replace artifact with notarized build
204- uses : actions/upload-artifact@v5
204+ uses : actions/upload-artifact@v6
205205 with :
206206 if-no-files-found : error
207207 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
Original file line number Diff line number Diff line change 8484 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8585
8686 - name : Pass configuration files to next job via workflow artifact
87- uses : actions/upload-artifact@v5
87+ uses : actions/upload-artifact@v6
8888 with :
8989 path : ${{ matrix.filename }}
9090 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments