File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8484 chmod -R u=rwX,go=rX assets-dist/
8585
8686 - name : Upload assets
87- uses : actions/upload-artifact@v4.6.2
87+ uses : actions/upload-artifact@v5.0.0
8888 with :
8989 name : assets
9090 path : assets-dist
@@ -143,7 +143,7 @@ jobs:
143143 -p mas-cli
144144
145145 - name : Upload binary artifact
146- uses : actions/upload-artifact@v4.6.2
146+ uses : actions/upload-artifact@v5.0.0
147147 with :
148148 name : binary-${{ matrix.target }}
149149 path : target/${{ matrix.target }}/release/mas-cli
@@ -192,13 +192,13 @@ jobs:
192192 done
193193
194194 - name : Upload aarch64 archive
195- uses : actions/upload-artifact@v4.6.2
195+ uses : actions/upload-artifact@v5.0.0
196196 with :
197197 name : mas-cli-aarch64-linux
198198 path : mas-cli-aarch64-linux.tar.gz
199199
200200 - name : Upload x86_64 archive
201- uses : actions/upload-artifact@v4.6.2
201+ uses : actions/upload-artifact@v5.0.0
202202 with :
203203 name : mas-cli-x86_64-linux
204204 path : mas-cli-x86_64-linux.tar.gz
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257257 SQLX_OFFLINE : " 1"
258258
259259 - name : Upload archive to workflow
260- uses : actions/upload-artifact@v4.6.2
260+ uses : actions/upload-artifact@v5.0.0
261261 with :
262262 name : nextest-archive
263263 path : nextest-archive.tar.zst
You can’t perform that action at this time.
0 commit comments