File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 86
86
OS : ${{ matrix.OS }}
87
87
FEATURES : ${{ matrix.FEATURES }}
88
88
steps :
89
- - uses : actions/checkout@v3
89
+ - uses : actions/checkout@v4
90
90
- name : Init submodules
91
91
uses : snickerbockers/submodules-init@v4
92
92
- name : Cargo cache
@@ -221,9 +221,9 @@ jobs:
221
221
cd ./artifacts
222
222
tar -czf vnt-$TARGET-$TAG.tar.gz *
223
223
- name : Archive artifact
224
- uses : actions/upload-artifact@v3
224
+ uses : actions/upload-artifact@v4
225
225
with :
226
- name : vnt-cli
226
+ name : vnt-cli-${{ matrix.TARGET }}
227
227
path : |
228
228
./artifacts
229
229
# deploys to github releases on tag
@@ -233,7 +233,7 @@ jobs:
233
233
runs-on : ubuntu-latest
234
234
steps :
235
235
- name : Download artifacts
236
- uses : actions/download-artifact@v3
236
+ uses : actions/download-artifact@v4
237
237
with :
238
238
name : vnt-cli
239
239
path : ./artifacts
You can’t perform that action at this time.
0 commit comments