File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ jobs:
246246 tag : ${{ github.ref_name }}
247247 fileName : release-linux.zip
248248 - name : copy file via ssh password
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 }}
@@ -257,7 +257,7 @@ jobs:
257257 target : /tmp/mx-core
258258
259259 - name : Upload deploy script
260- uses : appleboy/scp-action@v0.1.7
260+ uses : appleboy/scp-action@v1.0.0
261261 with :
262262 host : ${{ secrets.HOST }}
263263 username : ${{ secrets.USER }}
@@ -268,7 +268,7 @@ jobs:
268268 target : /tmp/mx-core
269269
270270 - name : Upload docker env file
271- uses : appleboy/scp-action@v0.1.7
271+ uses : appleboy/scp-action@v1.0.0
272272 with :
273273 host : ${{ secrets.HOST }}
274274 username : ${{ secrets.USER }}
You can’t perform that action at this time.
0 commit comments