File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 # Some might find it convenient to have CI generate the cache rather than setting up for it locally
112112 - name : Upload cache to workflow artifact
113113 if : failure() && steps.diff.outcome == 'failure'
114- uses : actions/upload-artifact@v4
114+ uses : actions/upload-artifact@v5
115115 with :
116116 if-no-files-found : error
117117 include-hidden-files : true
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131
132132 # Transfer builds to artifacts job
133133 - name : Upload build artifact
134- uses : actions/upload-artifact@v4
134+ uses : actions/upload-artifact@v5
135135 with :
136136 path : ${{ env.DIST_DIR }}/${{ matrix.os.path }}
137137 name : ${{ matrix.os.artifact-name }}
@@ -161,7 +161,7 @@ jobs:
161161 done
162162
163163 - name : Upload checksum artifact
164- uses : actions/upload-artifact@v4
164+ uses : actions/upload-artifact@v5
165165 with :
166166 path : ./*checksums.txt
167167 name : checksums
Original file line number Diff line number Diff line change 7070 run : task dist:${{ matrix.os.task }}
7171
7272 - name : Upload artifacts
73- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@v5
7474 with :
7575 if-no-files-found : error
7676 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.os.artifact-suffix }}
Original file line number Diff line number Diff line change 8383 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8484
8585 - name : Pass configuration files to next job via workflow artifact
86- uses : actions/upload-artifact@v4
86+ uses : actions/upload-artifact@v5
8787 with :
8888 path : |
8989 *.yaml
You can’t perform that action at this time.
0 commit comments