File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
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@v3
114+ uses : actions/upload-artifact@v4
115115 with :
116116 if-no-files-found : error
117117 name : dep-licenses-cache
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@v3
114+ uses : actions/upload-artifact@v4
115115 with :
116116 if-no-files-found : error
117117 name : dep-licenses-cache
Original file line number Diff line number Diff line change 5353 run : task dist:${{ matrix.os }}
5454
5555 - name : Upload artifacts
56- uses : actions/upload-artifact@v3
56+ uses : actions/upload-artifact@v4
5757 with :
5858 if-no-files-found : error
5959 name : ${{ env.ARTIFACT_NAME }}
@@ -164,7 +164,7 @@ jobs:
164164 echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
165165
166166 - name : Upload artifact
167- uses : actions/upload-artifact@v3
167+ uses : actions/upload-artifact@v4
168168 with :
169169 if-no-files-found : error
170170 name : ${{ env.ARTIFACT_NAME }}
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@v3
134+ uses : actions/upload-artifact@v4
135135 with :
136136 path : ${{ env.DIST_DIR }}/${{ matrix.os.path }}
137137 name : ${{ matrix.os.name }}
@@ -161,7 +161,7 @@ jobs:
161161 done
162162
163163 - name : Upload checksum artifact
164- uses : actions/upload-artifact@v3
164+ uses : actions/upload-artifact@v4
165165 with :
166166 path : ./*checksums.txt
167167 name : checksums
Original file line number Diff line number Diff line change 6767 run : task dist:${{ matrix.os }}
6868
6969 - name : Upload artifacts
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 if-no-files-found : error
7373 name : ${{ env.ARTIFACT_NAME }}
@@ -173,7 +173,7 @@ jobs:
173173 echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
174174
175175 - name : Upload artifact
176- uses : actions/upload-artifact@v3
176+ uses : actions/upload-artifact@v4
177177 with :
178178 if-no-files-found : error
179179 name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 6060 run : task dist:${{ matrix.os }}
6161
6262 - name : Upload artifacts
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 if-no-files-found : error
6666 name : ${{ env.ARTIFACT_NAME }}
@@ -169,7 +169,7 @@ jobs:
169169 echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
170170
171171 - name : Upload artifact
172- uses : actions/upload-artifact@v3
172+ uses : actions/upload-artifact@v4
173173 with :
174174 if-no-files-found : error
175175 name : ${{ env.ARTIFACT_NAME }}
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@v3
86+ uses : actions/upload-artifact@v4
8787 with :
8888 path : |
8989 *.yaml
Original file line number Diff line number Diff line change 7373 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7474
7575 - name : Pass configuration files to next job via workflow artifact
76- uses : actions/upload-artifact@v3
76+ uses : actions/upload-artifact@v4
7777 with :
7878 path : |
7979 *.yaml
You can’t perform that action at this time.
0 commit comments