mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-23 09:16:11 +08:00
Update README.md (#125)
This commit is contained in:
parent
cdeb36bbf9
commit
ec73feb854
@ -19,7 +19,7 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v0.1.4
|
- uses: actions/checkout@v3
|
||||||
- name: copy file via ssh password
|
- name: copy file via ssh password
|
||||||
uses: appleboy/scp-action@v0.1.4
|
uses: appleboy/scp-action@v0.1.4
|
||||||
with:
|
with:
|
||||||
@ -220,7 +220,7 @@ Upload artifact files to remote server:
|
|||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: world.txt
|
path: world.txt
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: distfiles
|
path: distfiles
|
||||||
|
Loading…
Reference in New Issue
Block a user