File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ jobs:
224224 tag : ${{ github.ref_name }}
225225 fileName : release-linux.zip
226226 - name : copy file via ssh password
227- uses : appleboy/scp-action@v0.1.7
227+ uses : appleboy/scp-action@v1.0.0
228228 with :
229229 host : ${{ secrets.HOST }}
230230 username : ${{ secrets.USER }}
@@ -235,7 +235,7 @@ jobs:
235235 target : /tmp/mx-core
236236
237237 - name : Upload deploy script
238- uses : appleboy/scp-action@v0.1.7
238+ uses : appleboy/scp-action@v1.0.0
239239 with :
240240 host : ${{ secrets.HOST }}
241241 username : ${{ secrets.USER }}
@@ -246,7 +246,7 @@ jobs:
246246 target : /tmp/mx-core
247247
248248 - name : Upload docker env file
249- uses : appleboy/scp-action@v0.1.7
249+ uses : appleboy/scp-action@v1.0.0
250250 with :
251251 host : ${{ secrets.HOST }}
252252 username : ${{ secrets.USER }}
You can’t perform that action at this time.
0 commit comments